html,
body {
    min-height: 100%;
    background: #030405 !important;
}

body {
    overflow-x: clip;
}

body:has(.cox-programs-page),
body:has(.cox-programs-page) #page,
body:has(.cox-programs-page) .site,
body:has(.cox-programs-page) .site-content,
body:has(.cox-programs-page) .content-area,
body:has(.cox-programs-page) #content,
body:has(.cox-programs-page) .entry-content,
body:has(.cox-programs-page) .page-content,
body:has(.cox-programs-page) .elementor,
body:has(.cox-programs-page) .elementor-section-wrap,
body:has(.cox-programs-page) .elementor-widget-wrap,
body:has(.cox-programs-page) .elementor-widget-container,
body:has(.cox-programs-page) .e-con,
body:has(.cox-programs-page) .e-con-inner {
    background-color: #030405 !important;
}

.cox-programs-page {
    --cox-red: #ed1c24;
    --cox-red-bright: #ed1c24;
    --cox-soft: #ed1c24;
    --cox-heading: Rajdhani, Inter, ui-sans-serif, system-ui, sans-serif;
    --cox-body: Inter, ui-sans-serif, system-ui, sans-serif;
    position: relative;
    min-height: 100vh;
    min-height: 100svh;
    min-height: 100dvh;
    overflow-x: hidden;
    background:
        linear-gradient(135deg, rgba(3, 4, 5, .98), rgba(15, 7, 12, .98) 52%, rgba(4, 5, 8, .98)),
        #030405;
    color: #fff;
    font-family: var(--cox-body);
    isolation: isolate;
    margin: 0 0 -2px;
}

.cox-programs-page,
.cox-programs-page * {
    box-sizing: border-box;
}

.cox-programs-grid-bg {
    position: fixed;
    inset: 0;
    z-index: -3;
    background-image:
        linear-gradient(rgba(237, 28, 36, .08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(237, 28, 36, .08) 1px, transparent 1px);
    background-size: 82px 82px;
    opacity: .5;
    pointer-events: none;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 14%, #000 86%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 14%, #000 86%, transparent);
}

.cox-programs-particles {
    position: fixed;
    inset: 0;
    z-index: -2;
    overflow: hidden;
    pointer-events: none;
}

.cox-programs-particles span {
    position: absolute;
    width: var(--size, 4px);
    height: var(--size, 4px);
    left: var(--x, 50%);
    top: var(--y, 50%);
    border-radius: 50%;
    background: rgba(237, 28, 36, .86);
    box-shadow: 0 0 16px rgba(237, 28, 36, .6);
    opacity: 0;
    animation: coxProgramsParticle var(--duration, 9s) linear infinite;
    animation-delay: var(--delay, 0s);
}

.cox-programs-particles span:nth-child(5n) {
    --size: 6px;
}

.cox-programs-particles span:nth-child(1) { --x: 8%; --y: 18%; --delay: -1s; --duration: 8s; }
.cox-programs-particles span:nth-child(2) { --x: 18%; --y: 70%; --delay: -4s; --duration: 11s; }
.cox-programs-particles span:nth-child(3) { --x: 30%; --y: 28%; --delay: -7s; --duration: 10s; }
.cox-programs-particles span:nth-child(4) { --x: 42%; --y: 82%; --delay: -2s; --duration: 12s; }
.cox-programs-particles span:nth-child(5) { --x: 56%; --y: 22%; --delay: -5s; --duration: 9s; }
.cox-programs-particles span:nth-child(6) { --x: 70%; --y: 76%; --delay: -3s; --duration: 10s; }
.cox-programs-particles span:nth-child(7) { --x: 86%; --y: 34%; --delay: -6s; --duration: 12s; }
.cox-programs-particles span:nth-child(8) { --x: 94%; --y: 64%; --delay: -8s; --duration: 11s; }
.cox-programs-shell {
    width: min(100%, 1180px);
    margin: 0 auto;
    padding: clamp(22px, 4vw, 48px) clamp(16px, 3vw, 28px) 42px;
}

.cox-programs-top {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
}

.cox-programs-top img {
    width: min(260px, 56vw);
    filter: drop-shadow(0 18px 28px rgba(0, 0, 0, .38));
}

.cox-orbit-panel,
.cox-final-cta,
.cox-program-card,
.cox-founder-section,
.cox-info-card-grid article,
.cox-story-grid article,
.cox-country-grid,
.cox-hero-feature-list article {
    border: 1px solid rgba(255, 255, 255, .13);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .065), rgba(255, 255, 255, .018)),
        rgba(8, 10, 15, .4);
    box-shadow: 0 22px 70px rgba(0, 0, 0, .3);
    backdrop-filter: blur(22px) saturate(135%);
    -webkit-backdrop-filter: blur(22px) saturate(135%);
}

.cox-orbit-panel {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 0;
}

.cox-orbit-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(170px, 190px);
    gap: 14px;
    align-items: stretch;
    margin-bottom: 30px;
}

.cox-orbit-panel article {
    min-height: 118px;
    display: grid;
    align-content: center;
    gap: 8px;
    border-right: 1px solid rgba(255, 255, 255, .1);
    padding: 18px;
}

.cox-orbit-panel article > span:not(.dashicons) {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #58e25c;
    box-shadow: 0 0 20px rgba(88, 226, 92, .75);
}

.cox-orbit-panel .dashicons {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(237, 28, 36, .14);
    color: var(--cox-soft);
    font-size: 18px;
    line-height: 34px;
}

.cox-orbit-panel small,
.cox-section-heading > span,
.cox-hero-copy > span,
.cox-story-copy > span,
.cox-card-head > span {
    color: rgba(237, 28, 36, .92);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.cox-orbit-panel strong {
    color: #fff;
    font-family: var(--cox-heading);
    font-size: 34px;
    line-height: 1;
}

.cox-orbit-panel .is-operational strong {
    color: #63f07a;
    font-size: 17px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.cox-orbit-cta-row {
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    margin: 0;
}

.cox-programs-main-cta {
    width: 100%;
    min-height: 118px;
    justify-content: space-between;
    padding: 18px 20px;
}

.cox-programs-hero {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(260px, 1fr) minmax(260px, .95fr);
    align-items: center;
    gap: 24px;
    min-height: 540px;
    margin-bottom: 54px;
}

.cox-hero-copy h1,
.cox-section-heading h2,
.cox-story-copy h2,
.cox-final-cta h2 {
    margin: 10px 0 0;
    color: #fff;
    font-family: var(--cox-heading);
    line-height: .95;
    letter-spacing: 0;
}

.cox-hero-copy h1 {
    font-size: clamp(46px, 6vw, 76px);
}

.cox-hero-copy h1 span,
.cox-section-heading h2 span,
.cox-story-copy h2 span {
    color: var(--cox-red-bright);
}

.cox-hero-copy p,
.cox-section-heading p,
.cox-story-copy p,
.cox-final-cta p {
    color: rgba(255, 255, 255, .72);
    font-size: 16px;
    line-height: 1.7;
}

.cox-program-button {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    color: #fff !important;
    font-family: var(--cox-heading);
    font-size: 15px;
    font-weight: 900;
    text-decoration: none !important;
    padding: 0 22px;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease, color .22s ease;
}

.cox-program-button::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, .28) 45%, transparent 70%);
    pointer-events: none;
    transform: translateX(-120%);
    transition: transform .55s ease;
}

.cox-program-button span {
    position: relative;
    transition: transform .22s ease;
}

.cox-program-button-primary {
    border: 1px solid rgba(237, 28, 36, .48);
    background: linear-gradient(135deg, var(--cox-red-bright), #c9001b);
    box-shadow: 0 18px 38px rgba(237, 28, 36, .28), inset 0 0 24px rgba(237, 28, 36, .16);
}

.cox-program-button-outline {
    border: 1px solid rgba(237, 28, 36, .65);
    background: rgba(0, 0, 0, .42);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.cox-program-button:hover,
.cox-program-button:focus-visible {
    transform: translateY(-3px);
}

.cox-program-button:hover::before,
.cox-program-button:focus-visible::before {
    transform: translateX(120%);
}

.cox-program-button:hover span,
.cox-program-button:focus-visible span {
    transform: translateX(4px);
}

.cox-program-button-primary:hover,
.cox-program-button-primary:focus-visible {
    border-color: rgba(255, 255, 255, .32);
    box-shadow: 0 22px 48px rgba(237, 28, 36, .46), 0 0 0 1px rgba(255, 255, 255, .12) inset;
}

.cox-program-button-outline:hover,
.cox-program-button-outline:focus-visible {
    border-color: rgba(237, 28, 36, 1);
    background: rgba(237, 28, 36, .14);
    box-shadow: 0 16px 34px rgba(237, 28, 36, .24);
}

.cox-program-button:active {
    transform: translateY(-1px) scale(.985);
}

.cox-program-button-pulse {
    animation: coxProgramButtonPulse 2.8s ease-in-out infinite;
}

.cox-programs-page a:focus-visible,
.cox-programs-page button:focus-visible {
    outline: 2px solid rgba(237, 28, 36, .9);
    outline-offset: 3px;
}

.cox-hero-mascot {
    position: relative;
    display: grid;
    place-items: center;
}

.cox-hero-mascot::after {
    content: "";
    position: absolute;
    width: 62%;
    height: 12px;
    bottom: 12px;
    border-radius: 50%;
    background: rgba(237, 28, 36, .56);
    filter: blur(16px);
    z-index: -1;
}

.cox-hero-mascot img {
    width: min(100%, 430px);
    filter: drop-shadow(0 26px 40px rgba(0, 0, 0, .55));
}

.cox-hero-feature-list {
    display: grid;
    gap: 14px;
}

.cox-hero-feature-list article {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 14px;
    border-radius: 10px;
    padding: 16px;
}

.cox-hero-feature-list .dashicons,
.cox-info-card-grid .dashicons,
.cox-story-grid .dashicons,
.cox-final-mark {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(237, 28, 36, .14);
    color: var(--cox-soft);
    font-size: 21px;
    line-height: 46px;
    box-shadow: inset 0 0 20px rgba(237, 28, 36, .16);
}

.cox-hero-feature-list strong,
.cox-info-card-grid strong,
.cox-story-grid strong,
.cox-country-grid strong {
    display: block;
    color: #fff;
    font-weight: 900;
}

.cox-hero-feature-list p,
.cox-info-card-grid p,
.cox-story-grid p,
.cox-country-grid p {
    margin: 5px 0 0;
    color: rgba(255, 255, 255, .64);
    line-height: 1.5;
}

.cox-programs-info,
.cox-missions-section,
.cox-founder-section,
.cox-academy-story,
.cox-countries-section {
    margin-top: 58px;
}

.cox-section-heading {
    width: min(100%, 700px);
    margin: 0 auto 24px;
    text-align: center;
}

.cox-section-heading h2 {
    font-size: clamp(38px, 5vw, 58px);
}

.cox-info-card-grid,
.cox-story-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.cox-info-card-grid article,
.cox-story-grid article {
    min-height: 188px;
    display: grid;
    align-content: start;
    gap: 14px;
    border-radius: 10px;
    padding: 18px;
}

.cox-founder-section {
    display: grid;
    gap: clamp(22px, 3vw, 34px);
    overflow: hidden;
    border-radius: 16px;
    padding: clamp(18px, 3vw, 34px);
}

.cox-founder-heading {
    width: min(100%, 840px);
    margin: 0 auto;
    text-align: center;
}

.cox-founder-heading > span {
    color: rgba(237, 28, 36, .92);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.cox-founder-heading h2 {
    margin: 10px 0 0;
    color: #fff;
    font-family: var(--cox-heading);
    font-size: clamp(42px, 5vw, 68px);
    line-height: .94;
    letter-spacing: 0;
}

.cox-founder-heading h2 span {
    color: var(--cox-red-bright);
}

.cox-founder-layout {
    display: grid;
    grid-template-columns: minmax(250px, .53fr) minmax(0, 1.47fr);
    gap: clamp(22px, 4vw, 46px);
    align-items: center;
}

.cox-founder-media {
    display: grid;
    gap: 14px;
    align-self: start;
}

.cox-founder-photo {
    position: relative;
    align-self: start;
    min-height: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 14px;
    background:
        radial-gradient(circle at 50% 12%, rgba(237, 28, 36, .2), transparent 36%),
        rgba(0, 0, 0, .35);
    box-shadow: 0 24px 60px rgba(0, 0, 0, .34);
    padding: 10px;
}

.cox-founder-photo::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 52%, rgba(0, 0, 0, .34));
    pointer-events: none;
}

.cox-founder-photo img {
    width: 100%;
    height: auto;
    max-height: 540px;
    display: block;
    object-fit: contain;
    object-position: center top;
}

.cox-founder-copy {
    display: grid;
    align-content: center;
    gap: 14px;
    padding: clamp(4px, 2vw, 18px) 0;
}

.cox-founder-name strong {
    color: var(--cox-red-bright);
}

.cox-founder-name {
    display: grid;
    gap: 2px;
    padding: 14px 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.cox-founder-name strong {
    font-family: var(--cox-heading);
    font-size: 30px;
    line-height: 1;
}

.cox-founder-name small,
.cox-founder-copy p,
.cox-founder-copy cite {
    color: rgba(255, 255, 255, .72);
}

.cox-founder-copy p {
    margin: 0;
    font-size: 16px;
    line-height: 1.72;
}

.cox-founder-copy p strong {
    color: #fff;
    font-weight: 900;
}

.cox-founder-highlights {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.cox-founder-highlights article {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    min-height: 84px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 10px;
    background:
        linear-gradient(135deg, rgba(237, 28, 36, .1), rgba(255, 255, 255, .025)),
        rgba(0, 0, 0, .22);
    padding: 12px;
}

.cox-founder-highlights .dashicons {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(237, 28, 36, .14);
    color: var(--cox-red-bright);
    font-size: 18px;
    line-height: 36px;
    box-shadow: inset 0 0 18px rgba(237, 28, 36, .15);
}

.cox-founder-highlights strong {
    color: #fff;
    font-size: 13px;
    line-height: 1.28;
}

.cox-founder-copy blockquote {
    position: relative;
    margin: 6px 0 0;
    border: 1px solid rgba(237, 28, 36, .24);
    border-radius: 12px;
    background:
        linear-gradient(135deg, rgba(237, 28, 36, .12), rgba(255, 255, 255, .025)),
        rgba(0, 0, 0, .24);
    padding: 20px;
    box-shadow: inset 0 0 28px rgba(237, 28, 36, .08);
}

.cox-founder-copy blockquote p {
    color: #fff;
    font-family: var(--cox-heading);
    font-size: clamp(22px, 2.6vw, 31px);
    font-weight: 800;
    line-height: 1.12;
}

.cox-founder-copy cite {
    display: block;
    margin-top: 16px;
    font-style: normal;
    font-weight: 900;
}

.cox-founder-copy cite span {
    color: rgba(255, 255, 255, .58);
    font-weight: 700;
}

.cox-method-toggle {
    width: min(100%, 420px);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin: 0 auto 24px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 10px;
    background: rgba(255, 255, 255, .035);
    padding: 6px;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.cox-method-toggle button {
    min-height: 46px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: rgba(255, 255, 255, .7);
    cursor: pointer;
    font-family: var(--cox-heading);
    font-size: 22px;
    font-weight: 900;
    letter-spacing: .03em;
    text-transform: uppercase;
    transition: transform .2s ease, color .2s ease, background .2s ease, box-shadow .2s ease;
}

.cox-method-toggle button:hover:not(.is-active),
.cox-method-toggle button:focus-visible:not(.is-active) {
    color: #fff;
    background: rgba(237, 28, 36, .12);
    box-shadow: inset 0 0 18px rgba(237, 28, 36, .14);
}

.cox-method-toggle button.is-active {
    background: linear-gradient(135deg, #ed1c24, #a80016);
    color: #fff;
    box-shadow: 0 16px 34px rgba(237, 28, 36, .24);
}

.cox-method-toggle button:active {
    transform: scale(.98);
}

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

.cox-program-card {
    position: relative;
    min-height: 430px;
    display: grid;
    grid-template-rows: auto auto 1fr auto auto;
    gap: 16px;
    overflow: hidden;
    border-radius: 12px;
    padding: 26px;
}

.cox-program-card[hidden] {
    display: none !important;
}

.cox-program-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(145deg, rgba(237, 28, 36, .16), transparent 42%);
    opacity: .68;
    pointer-events: none;
}

.cox-card-badge {
    position: relative;
    z-index: 1;
    justify-self: start;
    border-radius: 6px;
    background: linear-gradient(135deg, #ed1c24, #a80016);
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    padding: 7px 10px;
    text-transform: uppercase;
}

.cox-card-visual {
    position: absolute;
    top: 28px;
    right: 28px;
    width: 86px;
    height: 74px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 22px;
    background: rgba(0, 0, 0, .22);
    box-shadow: inset 0 0 28px rgba(237, 28, 36, .08), 0 16px 34px rgba(0, 0, 0, .28);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    font-size: 70px;
    line-height: 1;
    filter: drop-shadow(0 14px 22px rgba(0, 0, 0, .45));
}

.cox-card-visual.has-icon .dashicons {
    width: 44px;
    height: 44px;
    color: var(--cox-red-bright);
    font-size: 44px;
    line-height: 44px;
    filter: drop-shadow(0 0 18px rgba(237, 28, 36, .42));
}

.cox-card-visual.has-flag {
    font-size: 58px;
}

.cox-card-head,
.cox-program-card ul,
.cox-card-price,
.cox-card-action {
    position: relative;
    z-index: 1;
}

.cox-card-head {
    padding-right: 104px;
}

.cox-card-head h3 {
    margin: 8px 0 0;
    color: #fff;
    font-family: var(--cox-heading);
    font-size: clamp(30px, 4vw, 42px);
    line-height: .92;
}

.cox-card-head h3 span {
    color: var(--cox-red-bright);
}

.cox-card-head p {
    margin: 8px 0 0;
    color: rgba(255, 255, 255, .72);
    font-weight: 700;
}

.cox-program-card ul {
    display: grid;
    gap: 9px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.cox-program-card li {
    color: rgba(255, 255, 255, .76);
    font-size: 14px;
}

.cox-program-card li::before {
    content: "✓";
    margin-right: 8px;
    color: var(--cox-red-bright);
    font-weight: 900;
}

.cox-card-price {
    display: flex;
    align-items: end;
    justify-content: flex-end;
    gap: 8px;
}

.cox-card-price span,
.cox-card-price small {
    color: rgba(255, 255, 255, .66);
    font-size: 13px;
    font-weight: 800;
}

.cox-card-price strong {
    color: #fff;
    font-family: var(--cox-heading);
    font-size: 34px;
    line-height: .9;
}

.cox-card-action {
    width: 100%;
}

.cox-academy-story {
    display: grid;
    grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr);
    gap: 16px;
    align-items: stretch;
}

.cox-story-copy {
    align-self: center;
}

.cox-story-copy h2 {
    font-size: clamp(34px, 4vw, 48px);
}

.cox-country-grid {
    width: min(100%, 820px);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    margin: 0 auto;
}

.cox-country-grid article {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    grid-template-rows: auto auto;
    gap: 4px 16px;
    align-items: center;
    min-height: 112px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 12px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .018)),
        rgba(8, 10, 15, .38);
    box-shadow: 0 18px 54px rgba(0, 0, 0, .26);
    backdrop-filter: blur(20px) saturate(135%);
    -webkit-backdrop-filter: blur(20px) saturate(135%);
    padding: 20px;
}

.cox-country-grid article + article {
    border-left: 1px solid rgba(255, 255, 255, .13);
}

.cox-country-grid article > span {
    grid-row: 1 / 3;
    width: 64px;
    height: 64px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, .06);
    font-size: 42px;
}

.cox-country-grid strong {
    align-self: end;
}

.cox-country-grid p {
    align-self: start;
    grid-column: 2;
}

.cox-final-cta {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px;
    border-radius: 12px;
    margin-top: 38px;
    padding: 20px;
}

.cox-final-cta h2 {
    margin: 0;
    font-size: 30px;
}

.cox-final-cta p {
    margin: 6px 0 0;
}

.cox-programs-reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .7s ease, transform .7s ease;
}

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

@keyframes coxProgramsParticle {
    0% {
        opacity: 0;
        transform: translate3d(0, 28px, 0) scale(.8);
    }

    18%, 72% {
        opacity: .72;
    }

    100% {
        opacity: 0;
        transform: translate3d(20px, -80px, 0) scale(1.2);
    }
}

@keyframes coxProgramButtonPulse {
    0%, 100% {
        box-shadow: 0 18px 38px rgba(237, 28, 36, .28), inset 0 0 24px rgba(237, 28, 36, .16);
    }

    50% {
        box-shadow: 0 24px 56px rgba(237, 28, 36, .5), 0 0 0 1px rgba(255, 255, 255, .14) inset;
    }
}

@media (max-width: 980px) {
    .cox-orbit-row {
        grid-template-columns: 1fr;
    }

    .cox-orbit-panel {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cox-orbit-cta-row {
        justify-content: stretch;
    }

    .cox-programs-main-cta {
        min-height: 70px;
    }

    .cox-programs-hero,
    .cox-academy-story {
        grid-template-columns: 1fr;
    }

    .cox-founder-layout {
        grid-template-columns: minmax(220px, .52fr) minmax(0, 1.48fr);
        gap: 24px;
    }

    .cox-founder-photo img {
        max-height: 500px;
    }

    .cox-founder-highlights {
        grid-template-columns: 1fr;
    }

    .cox-hero-feature-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cox-info-card-grid,
    .cox-story-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .cox-programs-shell {
        padding-inline: 14px;
    }

    .cox-orbit-panel,
    .cox-orbit-row,
    .cox-program-card-grid,
    .cox-hero-feature-list,
    .cox-info-card-grid,
    .cox-story-grid,
    .cox-country-grid,
    .cox-final-cta {
        grid-template-columns: 1fr;
    }

    .cox-orbit-panel article {
        border-left: 0;
        border-right: 0;
        border-top: 1px solid rgba(255, 255, 255, .1);
    }

    .cox-orbit-panel article:first-child {
        border-top: 0;
    }

    .cox-programs-hero {
        min-height: 0;
        text-align: center;
    }

    .cox-orbit-cta-row {
        justify-content: stretch;
    }

    .cox-programs-main-cta {
        width: 100%;
    }

    .cox-founder-section {
        padding: 16px;
    }

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

    .cox-founder-photo {
        min-height: 0;
        max-height: 560px;
    }

    .cox-founder-photo img {
        max-height: 520px;
    }

    .cox-founder-copy {
        text-align: left;
    }

    .cox-card-visual {
        position: relative;
        top: auto;
        right: auto;
        width: 78px;
        height: 66px;
        justify-self: start;
    }

    .cox-card-head {
        padding-right: 0;
    }

    .cox-hero-copy a,
    .cox-final-cta a {
        width: 100%;
    }

    .cox-final-cta {
        text-align: center;
    }

    .cox-final-mark {
        margin: 0 auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    .cox-programs-reveal,
    .cox-programs-particles span,
    .cox-program-button-pulse {
        animation: none;
        opacity: 1;
        transform: none;
        transition: none;
    }

    .cox-program-button::before {
        display: none;
    }
}
