:root {
    --owu-blue: #3490ff;
    --owu-blue-deep: #075fd6;
    --owu-green: #89e24e;
    --owu-orange: #ff9638;
    --owu-yellow: #ffe200;
    --ink: #07111f;
    --surface: rgba(255, 255, 255, .08);
    --stroke: rgba(255, 255, 255, .18);
    --white: #ffffff;
    --premium-header-height: 76px;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Commissioner', sans-serif;
    background: #06101e;
    color: var(--white);
}

body .relative-box {
    height: var(--premium-header-height);
}

body .header {
    height: var(--premium-header-height);
    border-bottom: 1px solid rgba(52, 144, 255, .32);
    background: rgba(4, 9, 21, .72);
    box-shadow: 0 18px 60px rgba(0, 0, 0, .18);
    backdrop-filter: blur(18px);
}

body .header.small {
    height: calc(var(--premium-header-height) - 8px);
    background: rgba(4, 9, 21, .86);
}

body .header-logo-item img {
    height: calc(var(--premium-header-height) - 22px);
    filter: drop-shadow(0 10px 22px rgba(52, 144, 255, .26));
}

body .header.small .header-logo-item img {
    height: calc(var(--premium-header-height) - 26px);
    transform: none;
}

body .nav_item,
body .nav_item a {
    color: rgba(255, 255, 255, .82);
}

body .nav_item a:hover,
body .phone-number a {
    color: var(--owu-green);
}

body .nav-menu-has-children::after {
    border-color: rgba(255, 255, 255, .82) transparent transparent transparent;
}

body ul.dropdown-menu {
    border-color: rgba(52, 144, 255, .35);
    /* background: rgba(4, 9, 21, .94); */
    backdrop-filter: blur(18px);
}

body .dropdown-menu a {
    color: rgba(255, 255, 255, .8);
}

body .button-popap {
    color: var(--white);
}

body .c-hamburger span,
body .c-hamburger span::before,
body .c-hamburger span::after {
    background: var(--owu-blue);
}

body .menu-mobile {
    background: rgba(4, 9, 21, .96);
    backdrop-filter: blur(18px);
}

body .bottom-line {
    background: rgba(52, 144, 255, .32);
}

.premium-main {
    position: relative;
    overflow: visible;
    background:
            radial-gradient(circle at 12% 10%, rgba(52, 144, 255, .34), transparent 26rem),
            radial-gradient(circle at 86% 18%, rgba(137, 226, 78, .16), transparent 23rem),
            radial-gradient(circle at 50% 75%, rgba(255, 150, 56, .12), transparent 28rem),
            linear-gradient(145deg, #040915 0%, #071323 43%, #08111c 100%);
    isolation: isolate;
}

.premium-main::before {
    content: '';
    position: fixed;
    inset: 0;
    pointer-events: none;
    background-image:
            linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
            linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
    background-size: 74px 74px;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, .95), transparent 88%);
    z-index: -2;
}

.premium-main::after {
    content: '';
    position: fixed;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(120deg, rgba(255, 255, 255, .05), transparent 34%, rgba(52, 144, 255, .07) 72%, transparent);
    mix-blend-mode: screen;
    opacity: .7;
    z-index: -1;
}

.premium-shell {
    width: min(1280px, calc(100% - 40px));
    margin: 0 auto;
}

.premium-shell--hero {
    display: grid;
    gap: clamp(18px, 3vh, 32px);
}

.premium-section {
    padding: 112px 0;
    position: relative;
}

.premium-section[data-stage-word]::before {
    content: attr(data-stage-word);
    position: absolute;
    top: var(--stage-top, -40px);
    right: var(--stage-right, -8px);
    /* bottom: var(--stage-bottom, auto); */
    left: var(--stage-left, auto);
    font-family: 'Unbounded', sans-serif;
    font-size: clamp(82px, 15vw, 210px);
    line-height: 1;
    white-space: nowrap;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, .08);
    pointer-events: none;
    transform: var(--stage-transform, none);
    z-index: 0;
}

.premium-section[data-stage-word] > .premium-shell {
    position: relative;
    z-index: 1;
}

#owu {
    --stage-top: -18px;
    --stage-left: 3.5%;
    --stage-right: auto;
}

#directions {
    background-color: #292929;
    --stage-top: -40px;
    --stage-right: -8px;
}

#outcomes {
    --stage-top: 28px;
    --stage-right: 4%;
}

#partners {
    --stage-top: -14px;
    --stage-left: 6%;
    --stage-right: auto;
}

#process {
    --stage-top: auto;
    --stage-bottom: 18px;
    --stage-right: 5%;
}

#faq {
    --stage-top: auto;
    --stage-bottom: 10px;
    --stage-left: 4%;
    --stage-right: auto;
}

.premium-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 36px;
    padding: 8px 14px;
    border: 1px solid rgba(137, 226, 78, .28);
    border-radius: 999px;
    color: rgba(255, 255, 255, .82);
    background: rgba(137, 226, 78, .09);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;

}

.premium-eyebrow::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--owu-green);
    box-shadow: 0 0 18px rgba(137, 226, 78, .85);
}

.premium-title {
    font-family: 'Unbounded', sans-serif;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
    color: var(--white);
    display: block;
}

.premium-copy {
    color: rgba(255, 255, 255, .72);
    font-size: 18px;
    line-height: 1.65;
}

.premium-button {
    min-height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 0 24px;
    box-sizing: border-box;
    max-width: 100%;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 999px;
    color: var(--white);
    text-decoration: none;
    font-weight: 800;
    letter-spacing: .02em;
    cursor: pointer;
    transition: transform .28s ease, border-color .28s ease, background .28s ease, box-shadow .28s ease;
}

.premium-button:hover {
    transform: translateY(-3px);
}

.premium-button.primary {
    border-color: rgba(52, 144, 255, .55);
    background: linear-gradient(135deg, var(--owu-blue), var(--owu-blue-deep));
    box-shadow: 0 22px 60px rgba(52, 144, 255, .32);
}

.premium-button.primary:hover {
    box-shadow: 0 28px 80px rgba(52, 144, 255, .45);
}

.premium-button.ghost {
    background: rgba(255, 255, 255, .06);
    backdrop-filter: blur(16px);
}

.premium-button.ghost:hover {
    border-color: rgba(137, 226, 78, .6);
    background: rgba(137, 226, 78, .09);
}

.premium-hero {
    min-height: calc(100svh - var(--premium-header-height));
    padding: clamp(96px, 12vh, 142px) 0 clamp(32px, 6vh, 72px);
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(320px, .72fr);
    align-items: center;
    gap: clamp(32px, 4vw, 64px);
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-grid .metric-cards-list {
    align-self: center;
}

@media screen and (min-width: 1201px) {
    .hero-grid .metric-cards-list {
        grid-template-columns: 1fr;
        gap: 14px;
    }
}

.hero-kicker {
    margin-bottom: 26px;
}

.hero-title {
    max-width: 760px;
    margin-bottom: 24px;
    font-size: clamp(36px, 5.2vw, 88px);
    line-height: .94;
    overflow-wrap: normal;
}

.hero-title span {
    display: block;
    color: transparent;
    background: linear-gradient(115deg, #ffffff 0%, #cfe4ff 26%, var(--owu-blue) 54%, var(--owu-green) 92%);
    -webkit-background-clip: text;
    background-clip: text;
}

.hero-lead {
    max-width: 680px;
    margin-bottom: 28px;
    font-size: clamp(17px, 1.7vw, 22px);
    line-height: 1.55;
    color: rgba(255, 255, 255, .78);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 32px;
}

.premium-card,
.course-card,
.process-card,
.cta-panel {
    border: 1px solid var(--stroke);
    background: linear-gradient(145deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .055));
    box-shadow: 0 24px 80px rgba(0, 0, 0, .28);
    backdrop-filter: blur(20px);
}

.hero-visual {
    min-height: clamp(460px, 58vh, 640px);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes play-pulse {
    0%   { box-shadow: 0 0 0 0 rgba(137, 226, 78, .3); }
    70%  { box-shadow: 0 0 0 16px rgba(137, 226, 78, 0); }
    100% { box-shadow: 0 0 0 0 rgba(137, 226, 78, 0); }
}

.play_button__wrap {
    width: 78px;
    height: 78px;
    position: relative;
    border-radius: 50%;
    border: 1px solid rgba(166, 240, 92, .35);
    background: linear-gradient(145deg, rgba(255, 255, 255, .22), rgba(255, 255, 255, .03) 46%, rgba(7, 15, 31, .14) 100%);
    backdrop-filter: blur(18px);
    overflow: hidden;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .18),
        inset 0 -12px 28px rgba(7, 15, 31, .16),
        0 16px 36px rgba(4, 10, 24, .22);
    transition: border-color .25s ease, background .25s ease, transform .25s ease;
}

.play_button__wrap::before {
    content: '';
    position: absolute;
    inset: 5px;
    border-radius: 50%;
    background: linear-gradient(180deg, rgba(255, 255, 255, .2), rgba(255, 255, 255, .02));
    opacity: .65;
    pointer-events: none;
}

.play_button__wrap::after {
    content: '';
    position: absolute;
    top: 8px;
    left: 14px;
    width: 34px;
    height: 14px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
    filter: blur(1px);
    opacity: .75;
    pointer-events: none;
}

.layer_button {
    width: 78px;
    height: 78px;
    position: relative;
    border-radius: 50%;
    /* border: 1px solid rgba(166, 240, 92, .45); */
    background: linear-gradient(180deg, rgba(255, 255, 255, .14), rgba(7, 15, 31, .1));
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .18),
        inset 0 -8px 16px rgba(7, 15, 31, .12);
    transition: border-color .25s ease, background .25s ease;
}

.layer_button::before {
    content: '';
    position: absolute;
    inset: 7px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .12);
    opacity: .7;
    pointer-events: none;
}

.play_button {
    width: 42px;
    height: 42px;
    position: relative;
    border-radius: 50%;
    border: none;
    background: radial-gradient(circle at 32% 28%, #d8ff96 0%, #b9f55c 28%, var(--owu-green) 62%, #73ce28 100%);
    color: #070f1f;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    animation: play-pulse 2.2s ease-out infinite;
    box-shadow:
        0 10px 24px rgba(137, 226, 78, .28),
        inset 0 1px 0 rgba(255, 255, 255, .34),
        inset 0 -6px 12px rgba(73, 126, 18, .28);
    transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
}

.play_button::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 8px;
    width: 19px;
    height: 9px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(255, 255, 255, .62), rgba(255, 255, 255, 0));
    opacity: .85;
    pointer-events: none;
}

.play_button svg {
    width: 15px;
    height: 15px;
    margin-left: 2px;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.play_button__wrap:hover .play_button {
    transform: scale(1.08);
    background: radial-gradient(circle at 32% 28%, #ebffb5 0%, #caf86c 28%, #96eb3c 62%, #7bd52c 100%);
    animation: none;
    box-shadow:
        0 16px 30px rgba(137, 226, 78, .34),
        inset 0 1px 0 rgba(255, 255, 255, .45),
        inset 0 -6px 12px rgba(73, 126, 18, .22);
}

.play_button__wrap:hover .layer_button {
    border-color: rgba(166, 240, 92, .8);
    background: linear-gradient(180deg, rgba(255, 255, 255, .18), rgba(137, 226, 78, .08));
}

.play_button__wrap:hover {
    transform: translateY(-1px);
    border-color: rgba(166, 240, 92, .65);
    background: linear-gradient(145deg, rgba(255, 255, 255, .28), rgba(255, 255, 255, .06) 46%, rgba(137, 226, 78, .12) 100%);
}

.section-heading {
    display: grid;
    grid-template-columns: minmax(0, .86fr) minmax(280px, .52fr);
    align-items: end;
    gap: 48px;
    margin-bottom: 42px;
}

.section-heading .premium-title {
    margin-top: 18px;
    font-size: clamp(28px, 4.4vw, 55px);
    line-height: 1.02;
}

.premium-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.premium-card {
    min-height: 286px;
    padding: 28px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    transition: transform .34s ease, border-color .34s ease, background .34s ease;
}

.premium-card::before {
    content: attr(data-index);
    position: absolute;
    right: 22px;
    top: 18px;
    font-family: 'Unbounded', sans-serif;
    font-size: 68px;
    line-height: 1;
    color: rgba(255, 255, 255, .045);
}

.premium-card:hover,
.course-card:hover,
.process-card:hover {
    transform: translateY(-2px);
    border-color: rgba(137, 226, 78, .36);
    background: linear-gradient(145deg, rgba(52, 144, 255, .16), rgba(255, 255, 255, .07));
}

.premium-card h3,
.course-card h3,
.process-card h3 {
    margin-bottom: 18px;
    font-family: 'Unbounded', sans-serif;
    font-size: 22px;
    line-height: 1.25;
    letter-spacing: 0;
    color: var(--white);
}

.premium-card p,
.course-card p,
.process-card p {
    color: rgba(255, 255, 255, .68);
    font-size: 16px;
    line-height: 1.65;
}

.courses-stage {
    position: relative;
}

.course-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.ms-root {
    --ms-gap: 18px;
    --ms-control-size: 46px;
    --ms-transition: cubic-bezier(.22, 1, .36, 1);
    position: relative;
}

.ms-root.course-grid {
    display: block;
}

.ms-viewport {
    position: relative;
    overflow: hidden;
    width: 100%;
    transition: height .42s var(--ms-transition);
    touch-action: pan-y;
}

.ms-root.is-vertical .ms-viewport {
    touch-action: pan-x;
}

.ms-track {
    min-width: 0;
    will-change: transform;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
}

.ms-slide {
    box-sizing: border-box;
    min-width: 0;
    transform: translate3d(0, 0, 0);
    transition: opacity .28s ease, filter .28s ease;
}

.ms-root.is-slider-mode .ms-slide {
    user-select: none;
}

.ms-root.is-dragging,
.ms-root.is-dragging a {
    cursor: grabbing;
}

.ms-root.is-slider-mode .ms-slide:not(.is-visible) {
    opacity: .62;
    filter: saturate(.82);
}

.ms-navigation {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 18px;
}

.ms-button {
    width: var(--ms-control-size);
    height: var(--ms-control-size);
    display: inline-grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 50%;
    background: rgba(255, 255, 255, .07);
    color: var(--white);
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 18px 46px rgba(0, 0, 0, .22);
    backdrop-filter: blur(16px);
    transition: transform .28s var(--ms-transition), border-color .28s ease, background .28s ease, opacity .28s ease;
}

.ms-button:hover:not(:disabled),
.ms-button:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(137, 226, 78, .52);
    background: rgba(137, 226, 78, .12);
    outline: none;
}

.ms-button:disabled {
    cursor: not-allowed;
    opacity: .34;
}

.ms-pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 18px;
}

.ms-pagination__bullet {
    width: 30px;
    height: 6px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, .2);
    cursor: pointer;
    transition: width .28s var(--ms-transition), background .28s ease, box-shadow .28s ease;
}

.ms-pagination__bullet.is-active {
    width: 52px;
    background: var(--owu-green);
    box-shadow: 0 0 22px rgba(137, 226, 78, .48);
}

.ms-scrollbar {
    margin-top: 18px;
}

.ms-scrollbar__track {
    height: 5px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .12);
    overflow: hidden;
}

.ms-scrollbar__thumb {
    height: 100%;
    border: 0;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--owu-blue), var(--owu-green));
    cursor: grab;
    transition: transform .22s var(--ms-transition), width .22s var(--ms-transition);
}

.ms-root.is-grid-mode .ms-viewport {
    overflow: visible;
}

.ms-root.is-grid-mode .ms-track {
    transform: none !important;
}

.course-card {
    min-height: 344px;
    display: flex;
    flex-direction: column;
    padding: 24px;
    border-radius: 8px;
    color: var(--white);
    text-decoration: none;
    transition: transform .34s ease, border-color .34s ease, background .34s ease;
}

.course-grid.ms-root.is-slider-mode .course-card {
    box-sizing: border-box;
    min-height: 360px;
}

.course-card img {
    width: 58px;
    height: 58px;
    object-fit: contain;
    margin-bottom: 34px;
    filter: drop-shadow(0 14px 28px rgba(0, 0, 0, .24));
}

.course-card p {
    margin-bottom: 22px;
}

.course-meta {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    color: rgba(255, 255, 255, .82);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.course-meta span:last-child {
    color: var(--owu-green);
}

.split-showcase {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 54px;
    align-items: center;
}

.pro-developer-visual {
    position: relative;
    min-height: 560px;
    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;
}

.outcome-title {
    margin-top: 18px;
    font-size: clamp(28px, 4.4vw, 55px);
    line-height: 1.02;
}

.outcome-copy {
    margin-top: 24px;
}

.outcome-list {
    display: grid;
    gap: 14px;
    margin-top: 32px;
}

.outcome-item {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 16px;
    align-items: start;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 8px;
    background: rgba(255, 255, 255, .055);
}

.outcome-item strong {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: rgba(52, 144, 255, .17);
    color: var(--owu-green);
    font-family: 'Unbounded', sans-serif;
}

.outcome-item h3 {
    margin-bottom: 8px;
    color: var(--white);
    font-size: 18px;
    line-height: 1.3;
}

.outcome-item p {
    color: rgba(255, 255, 255, .66);
    font-size: 15px;
    line-height: 1.55;
}

.brand-panel {
    padding: 34px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, .14);
    background: rgba(255, 255, 255, .06);
    overflow: hidden;
}

#partners {
    background: #fff;
}

#partners .premium-eyebrow {
    border-color: rgba(7, 17, 31, .14);
    background: rgba(137, 226, 78, .18);
    /* color: rgba(7, 17, 31, .78); */
}

#partners .premium-title {
    color: #07111f;
}

#partners .premium-copy {
    color: rgba(7, 17, 31, .72);
}

#partners .brand-panel {
    /* border-color: rgba(7, 17, 31, .08); */
    background: rgba(255, 255, 255, .52);
}

.brand-panel img {
    width: 100%;
    opacity: .88;
    filter: saturate(.95) contrast(1.06);
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.process-card {
    min-height: 258px;
    padding: 26px;
    border-radius: 8px;
    isolation: isolate;
    will-change: transform;
    backdrop-filter: none;
}

.process-card span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-bottom: 26px;
    border-radius: 50%;
    background: var(--owu-blue);
    color: var(--white);
    font-family: 'Unbounded', sans-serif;
    box-shadow: 0 12px 34px rgba(52, 144, 255, .32);
}

.cta-panel {
    display: grid;
    grid-template-columns: 1fr;
    gap: 34px;
    align-items: start;
    padding: clamp(26px, 5vw, 58px);
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.cta-panel::before {
    content: '';
    position: absolute;
    width: 420px;
    height: 420px;
    right: -120px;
    top: -160px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(137, 226, 78, .26), transparent 65%);
}

.cta-content {
    position: relative;
    z-index: 1;
    max-width: 640px;
}

.cta-content .premium-title {
    margin: 20px 0;
    font-size: clamp(28px, 4.4vw, 55px);
    line-height: 1.02;
}

.cta-content .premium-copy {
    max-width: 660px;
    margin-bottom: 30px;
}

.premium-form {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 860px;
}

.premium-form .free-form-content {
    padding: 32px;
    border-radius: 8px;
    background: rgba(4, 9, 21, .72);
    border: 1px solid rgba(255, 255, 255, .14);
    box-shadow: none;
}

.premium-form-header {
    display: grid;
    gap: 10px;
    margin-bottom: 24px;
    text-align: left;
}

.premium-form-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    min-height: 30px;
    padding: 6px 12px;
    border: 1px solid rgba(137, 226, 78, .24);
    border-radius: 999px;
    background: rgba(137, 226, 78, .08);
    color: rgba(255, 255, 255, .76);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.premium-form-pill::before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--owu-green);
    box-shadow: 0 0 14px rgba(137, 226, 78, .8);
}

.premium-application-form {
    display: grid;
    gap: 22px;
    padding: 0;
}

.premium-choice-block {
    display: grid;
    gap: 12px;
}

.premium-choice-title {
    color: rgba(255, 255, 255, .9);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.premium-choice-grid {
    display: grid;
    gap: 10px;
}

.premium-choice-grid--2,
.premium-choice-grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.premium-choice-card {
    position: relative;
    display: block;
    cursor: pointer;
}

.premium-choice-card input {
    position: absolute;
    opacity: 0;
    inset: 0;
}

.premium-choice-card__surface {
    position: relative;
    min-height: 78px;
    display: grid;
    align-content: center;
    gap: 4px;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .03));
    transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease, background .24s ease;
}

.premium-choice-card__surface strong {
    color: var(--white);
    font-size: 15px;
    line-height: 1.2;
}

.premium-choice-card__surface small {
    color: rgba(255, 255, 255, .56);
    font-size: 12px;
    line-height: 1.3;
    font-weight: 600;
}

.premium-choice-card__surface::after {
    content: '';
    position: absolute;
    top: 14px;
    right: 14px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .36);
    background: transparent;
    transition: background .24s ease, border-color .24s ease, box-shadow .24s ease;
}

.premium-choice-card:hover .premium-choice-card__surface {
    transform: translateY(-2px);
    border-color: rgba(52, 144, 255, .28);
}

.premium-choice-card input:checked + .premium-choice-card__surface {
    border-color: rgba(52, 144, 255, .48);
    background: linear-gradient(180deg, rgba(52, 144, 255, .18), rgba(255, 255, 255, .05));
    box-shadow: inset 0 0 0 1px rgba(52, 144, 255, .18), 0 18px 40px rgba(52, 144, 255, .12);
}

.premium-choice-card input:checked + .premium-choice-card__surface::after {
    border-color: var(--owu-green);
    background: var(--owu-green);
    box-shadow: 0 0 16px rgba(137, 226, 78, .6);
}

.premium-choice-card--compact .premium-choice-card__surface {
    min-height: 72px;
    padding: 12px 14px;
}

.premium-field-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.premium-field {
    display: grid;
    gap: 8px;
}

.premium-field--full {
    grid-column: 1 / -1;
}

.premium-field span {
    color: rgba(255, 255, 255, .62);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.premium-form .premium-field input,
.premium-form .premium-native-select select {
    width: 100%;
    min-height: 56px;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 8px;
    background: rgba(255, 255, 255, .055);
    color: var(--white);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    transition: border-color .24s ease, background .24s ease, box-shadow .24s ease;
}

.premium-form .premium-field input:focus,
.premium-form .premium-native-select select:focus {
    border-color: rgba(52, 144, 255, .5);
    background: rgba(255, 255, 255, .075);
    box-shadow: 0 0 0 4px rgba(52, 144, 255, .14);
}

.premium-form .premium-field input::placeholder {
    color: rgba(255, 255, 255, .42);
}

.premium-native-select {
    position: relative;
}

.premium-form .premium-native-select select {
    appearance: none;
    padding-right: 46px;
}

.premium-native-select__icon {
    position: absolute;
    right: 18px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-right: 2px solid rgba(255, 255, 255, .46);
    border-bottom: 2px solid rgba(255, 255, 255, .46);
    transform: translateY(-65%) rotate(45deg);
    pointer-events: none;
}

.premium-form-actions {
    margin-top: 6px;
    justify-content: stretch;
}

.premium-form .type-title-h2,
.premium-form .type-title-h3,
.premium-form .title-modal {
    color: var(--white);
    letter-spacing: 0;
    text-transform: none;
}

.premium-form .type-title-h2 {
    color: var(--owu-green);
    font-family: 'Unbounded', sans-serif;
    font-size: 24px;
    line-height: 1.35;
    text-align: left;
}

.premium-form .type-title-h3 {
    color: rgba(255, 255, 255, .68);
    font-size: 15px;
    line-height: 1.6;
    text-align: left;
}

.premium-form .button.bg_blue {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 58px;
    min-width: 0;
    max-width: none;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--owu-blue), var(--owu-blue-deep));
    box-shadow: 0 18px 48px rgba(52, 144, 255, .28);
}

.premium-reveal {
    /* opacity: 0; */
    transform: translateY(30px);
    transition: opacity .8s ease, transform .8s ease;
}

.premium-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.hero-content,
.hero-visual,
.hero-grid .metric-cards-list {
    animation: heroReveal .95s ease both;
}

.hero-visual,
.hero-grid .metric-cards-list {
    animation-delay: .16s;
}

@keyframes heroReveal {
    from {
        opacity: 0;
        transform: translateY(24px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media screen and (max-width: 1200px) {
    :root {
        --premium-header-height: 74px;
    }

    body .header {
        height: 74px;
    }

    body .header-logo-item img {
        height: 52px;
    }

    .hero-grid,
    .split-showcase,
    .cta-panel {
        grid-template-columns: 1fr;
    }

    .hero-visual {
        min-height: 560px;
    }

    .course-grid,
    .process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .section-heading {
        grid-template-columns: 1fr;
        gap: 22px;
    }
}

@media screen and (max-width: 860px) {
    .premium-shell--hero {
        gap: 24px;
    }

    .premium-section {
        padding-top: 39px;
        padding-bottom: 78px;
    }

    .premium-hero {
        min-height: auto;
        padding-top: 104px;
        padding-bottom: 28px;
    }

    .hero-grid {
        gap: 26px;
    }

    .premium-grid {
        grid-template-columns: 1fr;
    }

    .hero-visual {
        min-height: auto;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        align-items: start;
    }

    .pro-developer-visual {
        min-height: auto;
        padding: 18px;
        border-radius: 26px;
    }

    .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;
    }
}

@media screen and (max-width: 620px) {
    :root {
        --premium-header-height: 66px;
    }

    #owu {
        overflow-x: clip;
    }

    body .header {
        height: 66px;
    }

    body .header-logo-item img {
        height: 46px;
    }

    body .c-hamburger {
        right: 30px;
    }

    .premium-shell {
        width: min(100% - 28px, 1280px);
    }

    .premium-hero {
        padding-top: 90px;
        padding-bottom: 22px;
    }

    .hero-kicker {
        margin-bottom: 18px;
    }

    .hero-title {
        max-width: none;
        margin-bottom: 18px;
        font-size: clamp(26px, 6vw, 36px);
        line-height: .96;
    }

    .hero-lead {
        margin-bottom: 22px;
        font-size: 17px;
        line-height: 1.52;
    }

    .hero-actions {
        gap: 12px;
        margin-bottom: 0;
    }

    .hero-actions,
    .premium-button {
        width: 100%;
    }

    .hero-actions {
        flex-direction: column;
    }

    .premium-button {
        min-height: 58px;
        justify-content: center;
    }

    .course-grid,
    .process-grid {
        grid-template-columns: 1fr;
    }

    .course-card,
    .process-card,
    .premium-card {
        min-height: auto;
    }

    .course-grid.ms-root.is-slider-mode .course-card {
        min-height: 328px;
        padding: 22px;
        border-radius: 18px;
    }

    .course-grid.ms-root.is-slider-mode .course-card img {
        width: 52px;
        height: 52px;
        margin-bottom: 26px;
    }

    .course-grid.ms-root.is-slider-mode .course-card p {
        margin-bottom: 18px;
        font-size: 15px;
        line-height: 1.5;
    }

    .course-grid.ms-root.is-slider-mode .course-meta {
        gap: 8px;
        font-size: 11px;
    }

    .course-grid.ms-root.is-slider-mode .ms-navigation {
        max-width: 112px;
        margin-top: 14px;
        margin-left: auto;
        margin-right: auto;
    }

    .ms-navigation {
        justify-content: space-between;
    }

    .ms-button {
        --ms-control-size: 38px;
        font-size: 28px;
    }

    .ms-pagination {
        margin-top: 14px;
        gap: 6px;
    }

    .ms-pagination__bullet {
        width: 22px;
        height: 5px;
    }

    .ms-pagination__bullet.is-active {
        width: 38px;
    }

    .hero-visual {
        gap: 10px;
        margin-top: 2px;
    }

    .layer_button {
        width: 62px;
        height: 62px;
    }

    .hero-actions,
    .premium-button {
        width: 100%;
    }

    .pro-developer-badge strong {
        font-size: 1.2rem;
    }

    .pro-developer-badge small {
        font-size: 14px;
    }
}

@media screen and (max-height: 1080px) and (min-width: 861px) {
    .premium-shell--hero {
        gap: 16px;
    }

    .premium-hero {
        padding-top: 72px;
        padding-bottom: 20px;
    }

    .hero-grid {
        gap: clamp(24px, 3vw, 42px);
    }

    .hero-kicker {
        margin-bottom: 18px;
    }

    .hero-title {
        margin-bottom: 18px;
        font-size: clamp(40px, 4.6vw, 55px);
    }

    .hero-lead {
        margin-bottom: 22px;
        font-size: clamp(16px, 1.35vw, 20px);
    }

    .hero-visual {
        min-height: clamp(390px, 46vh, 520px);
    }
}

@media screen and (max-height: 860px) and (min-width: 861px) {
    .premium-shell--hero {
        gap: 18px;
    }

    .premium-hero {
        padding-top: 88px;
        padding-bottom: 28px;
    }

    .hero-title {
        font-size: clamp(40px, 4.5vw, 72px);
    }

    .hero-lead {
        margin-bottom: 24px;
        font-size: 18px;
    }

    .hero-actions {
        margin-bottom: 24px;
    }

    .hero-visual {
        min-height: 420px;
    }

    .outcome-item {
        grid-template-columns: 1fr;
    }

    .premium-form .free-form-content {
        padding: 22px 16px;
    }

    .premium-field-grid,
    .premium-choice-grid--2,
    .premium-choice-grid--4 {
        grid-template-columns: 1fr;
    }

    .premium-choice-card__surface,
    .premium-choice-card--compact .premium-choice-card__surface {
        min-height: 68px;
    }
}

@media (max-width: 480px) {
    .premium-title,
    .section-heading .premium-title,
    .cta-content .premium-title,
    .offers-hero-title {
        font-size: clamp(1.1rem, 10.5vw, 1.6rem);
        line-height: 1.15;
    }
}

/* Above 1200px .hero-grid switches to two columns and .hero-content's
   track settles into a narrow ~680-750px range (independent of viewport
   height), so the longest word in "программирования" needs a font size
   small enough to fit that column without overflowing or (with
   overflow-wrap gone) breaking mid-word. This overrides the vw-driven
   base/height-tier font sizes above, which were sized for a much wider
   column than actually exists once the sidebar column claims its share. */
@media screen and (min-width: 1201px) {
    .hero-title {
        font-size: clamp(42px, 3vw, 48px);
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }

    .premium-reveal {
        opacity: 1;
        transform: none;
    }
}
