.programming-course-incubator-section {
    min-height: calc(100svh - var(--premium-header-height));
    padding: clamp(92px, 12vh, 136px) 0 72px;
    overflow: clip;
    background:
        radial-gradient(circle at 14% 18%, rgba(255, 150, 56, .18), transparent 26%),
        radial-gradient(circle at 84% 14%, rgba(52, 144, 255, .22), transparent 28%),
        radial-gradient(circle at 72% 78%, rgba(137, 226, 78, .12), transparent 24%),
        linear-gradient(180deg, #07111f 0%, #030814 100%);
}

.programming-course-incubator-section[data-stage-word] {
    --stage-top: 18px;
    --stage-right: -18px;
}

.programming-course-incubator-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(360px, .88fr);
    gap: clamp(28px, 4vw, 58px);
    align-items: center;
}

.programming-course-incubator-copy,
.programming-course-incubator-visual {
    min-width: 0;
}

.programming-course-incubator-copy {
    position: relative;
}

.programming-course-incubator-kicker {
    margin-bottom: 22px;
}

.programming-course-incubator-brand {
    position: absolute;
    top: 46px;
    left: 0;
    font-family: 'Unbounded', sans-serif;
    font-size: clamp(68px, 11vw, 140px);
    line-height: .88;
    letter-spacing: -.06em;
    color: rgba(255, 255, 255, .04);
    pointer-events: none;
    user-select: none;
}

.programming-course-incubator-title {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 2px;
    max-width: 11ch;
    margin: 0 0 28px;
    font-size: clamp(2.1rem, 4.2vw, 3.4rem);
    line-height: .93;
    overflow-wrap: normal;
    word-break: normal;
}

.programming-course-incubator-title span {
    display: block;
}

.programming-course-incubator-title span:first-child,
.programming-course-incubator-title span:nth-child(2) {
    color: transparent;
    background: linear-gradient(135deg, #ffcf98 0%, #ff9638 42%, #ffe200 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

.programming-course-incubator-title span:last-child {
    max-width: 18ch;
    color: transparent;
    background: linear-gradient(130deg, #ffffff 0%, #cfe4ff 32%, var(--owu-blue) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    font-size: clamp(1.1rem, 1.8vw, 1.85rem);
    line-height: 1.02;
}

.programming-course-incubator-message {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 12px;
    max-width: 720px;
    margin: 0 0 24px;
    padding: 24px 26px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 24px;
    background: rgba(255, 255, 255, .045);
    box-shadow: 0 28px 72px rgba(0, 0, 0, .22);
    backdrop-filter: blur(18px);
}

.programming-course-incubator-message strong {
    color: #ffffff;
    font-size: 24px;
    line-height: 1.18;
}

.programming-course-incubator-message p {
    margin: 0;
    color: rgba(255, 255, 255, .74);
    font-size: 18px;
    line-height: 1.65;
}

.programming-course-incubator-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 34px;
}

.programming-course-incubator-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    max-width: 760px;
}

.programming-course-incubator-stat {
    display: grid;
    justify-items: center;
    gap: 14px;
    padding: 20px 14px 0;
    text-align: center;
}

.programming-course-incubator-stat__value {
    display: grid;
    place-items: center;
    width: clamp(88px, 8vw, 112px);
    aspect-ratio: 1;
    border-radius: 50%;
    background: linear-gradient(145deg, #89e24e 0%, #6fcb33 100%);
    box-shadow: 0 18px 42px rgba(137, 226, 78, .22);
    color: #ffffff;
    font-family: 'Unbounded', sans-serif;
    font-size: clamp(1.25rem, 2vw, 1.7rem);
    line-height: 1;
}

.programming-course-incubator-stat p {
    margin: 0;
    max-width: 14ch;
    color: rgba(255, 255, 255, .9);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.35;
    text-transform: uppercase;
}

.programming-course-incubator-visual {
    position: relative;
    min-height: 640px;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 34px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .02)),
        rgba(4, 9, 21, .72);
    box-shadow: 0 36px 90px rgba(0, 0, 0, .3);
    isolation: isolate;
}

.programming-course-incubator-visual__halo {
    position: absolute;
    inset: auto 10% 6% auto;
    width: min(64%, 340px);
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(52, 144, 255, .34) 0%, rgba(52, 144, 255, .08) 42%, transparent 74%);
    filter: blur(12px);
    z-index: 0;
}

.programming-course-incubator-visual__figure {
    position: absolute;
    inset: 120px 48px 18px 48px;
    border-radius: 28px;
    background:
        linear-gradient(180deg, rgba(5, 13, 25, .03), rgba(5, 13, 25, .82)),
        url('../image/logo/webp/beautiful-blond.webp') center bottom / contain no-repeat;
    border: 1px solid rgba(255, 255, 255, .08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
    z-index: 1;
}

.programming-course-incubator-panel {
    position: relative;
    z-index: 2;
    width: min(100%, 355px);
    padding: 20px 20px 18px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 24px;
    background: rgba(5, 13, 25, .82);
    box-shadow: 0 22px 64px rgba(0, 0, 0, .24);
    backdrop-filter: blur(18px);
}

.programming-course-incubator-panel__label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    color: rgba(255, 255, 255, .82);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.programming-course-incubator-panel__label::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--owu-green);
    box-shadow: 0 0 14px rgba(137, 226, 78, .64);
}

.programming-course-incubator-panel--tracks {
    margin-left: auto;
}

.programming-course-incubator-panel--highlight {
    margin-top: 212px;
}

.programming-course-incubator-panel--highlight p {
    margin: 0;
    color: rgba(255, 255, 255, .78);
    font-size: 16px;
    line-height: 1.62;
}

.programming-course-incubator-panel--route {
    margin: 18px 18px 0 auto;
}

.programming-course-incubator-track-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

/* .programming-incubator-main #course-benefits .section-heading {
    grid-template-columns: minmax(0, .86fr);
} */

.programming-course-incubator-track-list span {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 8px 14px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 999px;
    background: rgba(255, 255, 255, .05);
    color: rgba(255, 255, 255, .86);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
}

.programming-course-incubator-route-list {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.programming-course-incubator-route-list li {
    display: grid;
    grid-template-columns: 16px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    color: rgba(255, 255, 255, .78);
    font-size: 14px;
    line-height: 1.45;
}

.programming-course-incubator-route-list li::before {
    content: '';
    width: 8px;
    height: 8px;
    margin-top: 6px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--owu-orange), var(--owu-yellow));
    box-shadow: 0 0 14px rgba(255, 150, 56, .45);
}

#course-benefits .trust-grid-layout--tracks-only {
    grid-template-columns: 1fr;
}

#course-benefits .trust-grid-cards--tracks {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

#course-benefits .trust-grid-card {
    min-height: auto;
    padding-top: 68px;
}

/* #warranty / .career-value-* rules moved to shared css/career-value-warranty.css */

.programming-incubator-main .curriculum-heading .curriculum-program-title {
    display: grid;
    gap: 2px;
    max-width: none;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
}

.programming-incubator-main .curriculum-heading .curriculum-program-title span {
    display: block;
    white-space: nowrap;
}

.pro-developer-section {
    position: relative;
    overflow: clip;
    background:
        radial-gradient(circle at 14% 22%, rgba(255, 150, 56, .18), transparent 24%),
        radial-gradient(circle at 82% 14%, rgba(52, 144, 255, .2), transparent 30%),
        linear-gradient(180deg, #040915 0%, #07111f 100%);
}

.pro-developer-section[data-stage-word] {
    --stage-top: 26px;
    --stage-right: -18px;
}

.pro-developer-shell {
    display: grid;
    gap: clamp(28px, 4vw, 44px);
}

.programming-incubator-main .pro-developer-heading {
    grid-template-columns: minmax(0, .88fr) minmax(300px, .68fr);
    gap: 22px;
    align-items: end;
}

.programming-incubator-main .pro-developer-heading .premium-title {
    max-width: 12ch;
}

.pro-developer-grid {
    display: grid;
    grid-template-columns: minmax(320px, .92fr) minmax(0, 1fr);
    gap: clamp(24px, 3.2vw, 36px);
    align-items: center;
}

.pro-developer-visual,
.pro-developer-copy {
    min-width: 0;
}

.pro-developer-visual {
    position: relative;
    min-height: 540px;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 34px;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .03)),
        rgba(4, 9, 21, .8);
    box-shadow: 0 28px 76px rgba(0, 0, 0, .28);
}

.pro-developer-visual::before,
.pro-developer-visual::after,
.pro-developer-orbit::before,
.pro-developer-orbit::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.pro-developer-visual::before {
    width: 460px;
    height: 460px;
    left: -140px;
    bottom: -170px;
    border: 1px solid rgba(52, 144, 255, .12);
    box-shadow: 0 0 0 44px rgba(52, 144, 255, .05), 0 0 0 88px rgba(52, 144, 255, .025);
}

.pro-developer-visual::after {
    width: 220px;
    height: 220px;
    right: -56px;
    top: 44px;
    border: 1px solid rgba(255, 150, 56, .18);
    box-shadow: 0 0 0 36px rgba(255, 150, 56, .05);
}

.pro-developer-orbit {
    position: relative;
    min-height: 484px;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.pro-developer-orbit::before {
    inset: 12% 14% 10%;
    border: 1px solid rgba(52, 144, 255, .12);
}

.pro-developer-orbit::after {
    inset: 19% 22% 18%;
    border: 1px solid rgba(255, 255, 255, .08);
}

.pro-developer-portrait {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 2;
    width: min(100%, 372px);
    transform: translateX(-50%);
    filter: drop-shadow(0 28px 42px rgba(7, 17, 31, .26));
}

.pro-developer-badge {
    position: absolute;
    z-index: 3;
    display: grid;
    gap: 8px;
    width: min(228px, 46%);
    padding: 20px 22px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 24px;
    background: rgba(4, 9, 21, .88);
    box-shadow: 0 18px 42px rgba(0, 0, 0, .22);
    backdrop-filter: blur(18px);
}

.pro-developer-badge strong {
    display: block;
    font-family: 'Unbounded', sans-serif;
    font-size: clamp(1.4rem, 2.2vw, 1.9rem);
    line-height: 1;
    color: #ffffff;
}

.pro-developer-badge small {
    display: block;
    color: rgba(255, 255, 255, .68);
    font-size: 13px;
    line-height: 1.55;
}

.pro-developer-badge--top {
    top: 28px;
    left: 0;
}

.pro-developer-badge--bottom {
    right: 0;
    bottom: 30px;
}

.pro-developer-copy {
    position: relative;
    display: grid;
    gap: 20px;
    padding: 32px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 32px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .02)),
        rgba(4, 9, 21, .86);
    box-shadow: 0 30px 80px rgba(0, 0, 0, .26);
    overflow: hidden;
}

.pro-developer-copy::before,
.pro-developer-copy::after {
    content: '';
    position: absolute;
    width: 88px;
    height: 88px;
    border: 4px solid transparent;
    border-radius: 22px;
    pointer-events: none;
}

.pro-developer-copy::before {
    top: 14px;
    left: 14px;
    border-top-color: rgba(52, 144, 255, .82);
    border-left-color: rgba(52, 144, 255, .82);
}

.pro-developer-copy::after {
    right: 14px;
    bottom: 14px;
    border-right-color: rgba(255, 150, 56, .9);
    border-bottom-color: rgba(255, 150, 56, .9);
}

.pro-developer-copy__label {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(52, 144, 255, .12);
    color: rgba(207, 228, 255, .9);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.pro-developer-copy p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: rgba(255, 255, 255, .76);
    font-size: clamp(1rem, 1.35vw, 1.1rem);
    line-height: 1.78;
}

.pro-developer-copy strong {
    color: #ffffff;
}

.pro-developer-signals {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.pro-developer-signals span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 8px 16px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 999px;
    background: rgba(255, 255, 255, .05);
    color: rgba(255, 255, 255, .82);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
    text-align: center;
}

@media screen and (max-width: 1140px) {
    .programming-course-incubator-section[data-stage-word] {
        --stage-right: -76px;
    }

    .programming-course-incubator-shell {
        grid-template-columns: 1fr;
    }

    .programming-course-incubator-title,
    .programming-course-incubator-message,
    .programming-course-incubator-stats {
        max-width: 100%;
    }

    .programming-course-incubator-visual {
        min-height: 720px;
    }

    .programming-course-incubator-panel--highlight {
        margin-top: 300px;
    }

    #course-benefits .trust-grid-cards--tracks {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .programming-incubator-main .pro-developer-heading,
    .pro-developer-grid {
        grid-template-columns: 1fr;
    }

    .programming-incubator-main .pro-developer-heading .premium-title {
        max-width: none;
    }

    .pro-developer-visual {
        min-height: 580px;
    }

    .pro-developer-copy {
        padding: 28px;
    }
}

@media screen and (max-width: 760px) {
    .programming-course-incubator-section {
        padding: 88px 0 56px;
    }

    .programming-course-incubator-section[data-stage-word] {
        --stage-top: 34px;
        --stage-right: -118px;
    }

    .programming-course-incubator-brand {
        top: 62px;
        font-size: clamp(54px, 16vw, 92px);
    }

    .programming-course-incubator-title {
        margin-bottom: 24px;
        font-size: clamp(2rem, 10vw, 3.2rem);
    }

    .programming-course-incubator-message {
        padding: 20px 18px;
        border-radius: 20px;
    }

    .programming-course-incubator-message strong {
        font-size: 20px;
    }

    .programming-course-incubator-message p {
        font-size: 16px;
    }

    .programming-course-incubator-actions {
        flex-direction: column;
        margin-bottom: 28px;
    }

    .programming-course-incubator-actions .premium-button {
        width: 100%;
    }

    .programming-course-incubator-stats {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .programming-course-incubator-stat {
        grid-template-columns: 88px minmax(0, 1fr);
        align-items: center;
        justify-items: start;
        gap: 14px;
        padding: 0;
        text-align: left;
    }

    .programming-course-incubator-stat p {
        max-width: none;
    }

    .programming-course-incubator-visual {
        min-height: 640px;
        padding: 16px;
        border-radius: 26px;
    }

    .programming-course-incubator-visual__figure {
        inset: 150px 14px 12px;
        border-radius: 20px;
    }

    .programming-course-incubator-panel,
    .programming-course-incubator-panel--tracks,
    .programming-course-incubator-panel--highlight,
    .programming-course-incubator-panel--route {
        width: auto;
        margin: 0 0 12px;
    }

    .programming-course-incubator-panel--highlight {
        margin-top: 0;
    }

    #course-benefits .trust-grid-cards--tracks {
        grid-template-columns: 1fr;
    }

    #course-benefits .trust-grid-card {
        padding-top: 64px;
    }

    .pro-developer-section[data-stage-word] {
        --stage-top: 34px;
        --stage-right: -110px;
    }

    .pro-developer-visual,
    .pro-developer-copy {
        border-radius: 26px;
    }

    .pro-developer-visual {
        min-height: auto;
        padding: 18px;
    }

    .pro-developer-orbit {
        min-height: 0;
        display: grid;
        gap: 14px;
        justify-items: center;
    }

    .pro-developer-orbit::before {
        inset: 12% 12% 14%;
    }

    .pro-developer-orbit::after {
        inset: 20% 20% 22%;
    }

    .pro-developer-badge {
        position: static;
        width: min(100%, 340px);
        padding: 16px 18px;
    }

    .pro-developer-portrait {
        position: relative;
        left: auto;
        bottom: auto;
        width: min(100%, 300px);
        transform: none;
    }

    .pro-developer-copy {
        gap: 18px;
        padding: 24px 20px;
    }

    .pro-developer-copy::before,
    .pro-developer-copy::after {
        width: 64px;
        height: 64px;
        border-radius: 16px;
    }

    .pro-developer-signals span {
        width: 100%;
    }
}

@media screen and (max-width: 520px) {
    .programming-course-incubator-section[data-stage-word] {
        --stage-right: -136px;
    }

    .programming-course-incubator-title {
        font-size: 28px;
        line-height: 1.15;
    }

    .programming-course-incubator-title span:last-child {
        max-width: 100%;
    }

    .programming-course-incubator-message p,
    .programming-course-incubator-panel--highlight p,
    .programming-course-incubator-route-list li {
        font-size: 14px;
    }

    .programming-course-incubator-stat {
        grid-template-columns: 74px minmax(0, 1fr);
        gap: 12px;
    }

    .programming-course-incubator-stat__value {
        width: 74px;
        font-size: 1.05rem;
    }

    .programming-course-incubator-stat p {
        font-size: 12px;
    }

    .programming-course-incubator-track-list span {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .premium-section[data-stage-word]::before {
        right: 0;
    }

    #programming-course-incubator .trust-grid-section {
        padding-bottom: 0;
    }

    .pro-developer-section[data-stage-word] {
        --stage-right: -134px;
    }

    .pro-developer-badge strong {
        font-size: 1.2rem;
    }

    .pro-developer-badge small,
    .pro-developer-copy p {
        font-size: 14px;
    }
}

/* Price packages — programming-course-incubator */
.programming-incubator-main .fullstack-price-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.programming-incubator-main .fullstack-price-heading .premium-title {
    max-width: 16ch;
}

.programming-incubator-main .fullstack-price-card h3 {
    color: var(--owu-blue, #3490ff);
    text-transform: uppercase;
}

.programming-incubator-main .fullstack-price-card--featured {
    border-color: rgba(52, 144, 255, .28);
    background:
        linear-gradient(180deg, rgba(7, 12, 22, .96), rgba(2, 4, 10, .98)),
        radial-gradient(circle at top right, rgba(52, 144, 255, .22), transparent 38%);
}

.programming-incubator-main .fullstack-price-card--featured::before {
    background: linear-gradient(90deg, #075fd6, #3490ff, #6db5ff);
}

.programming-incubator-main .fullstack-price-card--featured .fullstack-price-submit {
    background: linear-gradient(90deg, #075fd6, #3490ff, #6db5ff);
}

.programming-incubator-main .fullstack-price-card--featured .fullstack-price-submit:hover,
.programming-incubator-main .fullstack-price-card--featured .fullstack-price-submit:focus-visible {
    box-shadow: 0 18px 30px rgba(52, 144, 255, .24);
}

.programming-incubator-main .fullstack-price-feature-list li.is-included::before {
    top: 4px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    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);
}

.programming-incubator-main .fullstack-price-feature-list li.is-unavailable {
    color: rgba(255, 255, 255, .42);
}

.programming-incubator-main .fullstack-price-feature-list li.is-unavailable::before {
    top: 8px;
    left: 2px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .22);
    box-shadow: none;
}

.programming-incubator-main .fullstack-price-card--accent .fullstack-price-feature-list li.is-included::before {
    background-color: #ff9638;
    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");
    box-shadow: 0 0 14px rgba(255, 150, 56, .34);
}

@media screen and (max-width: 1180px) {
    .programming-incubator-main .fullstack-price-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .programming-incubator-main .fullstack-price-card--accent {
        grid-column: 1 / -1;
    }
}

@media screen and (max-width: 760px) {
    .programming-incubator-main .fullstack-price-grid {
        grid-template-columns: 1fr;
    }

    .programming-incubator-main .fullstack-price-card--accent {
        grid-column: auto;
    }
}