:root {
    --ox-navy: #002147;
    --ox-navy-deep: #00152e;
    --ox-gold: #fdc800;
    --ox-sky: #d7e8f7;
    --ox-sky-deep: #eaf4ff;
    --ox-cream: #f7f4ea;
    --ox-cloud: #f7fbff;
    --ox-ink: #1e293b;
    --ox-muted: #5b6b7c;
    --ox-line: #d7e3ee;
    --ox-ease: cubic-bezier(0.22, 1, 0.36, 1);
    --ox-space: 8px;
    --ox-shadow: 0 18px 40px rgba(0, 33, 71, 0.12), 0 4px 10px rgba(0, 33, 71, 0.04);
    --ox-shadow-hover: 0 24px 48px rgba(0, 33, 71, 0.16), 0 8px 16px rgba(2, 132, 199, 0.08);
    --ox-folder: #ffffff;
    --ox-folder-back: #f3f7fb;
    --ox-folder-blue: #0284c7;
    --ox-folder-blue-soft: rgba(14, 165, 233, 0.42);
}

.ox-jobs-hero {
    position: relative;
    padding: 92px 0 96px;
}

.ox-jobs-hero .pagination-area {
    max-width: 760px;
}

.ox-jobs-hero__kicker {
    margin: 0 0 12px;
    color: var(--ox-gold);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.ox-jobs-hero .pagination-area h1 {
    text-transform: none;
    letter-spacing: -0.03em;
    line-height: 1.12;
    margin: 0 0 14px;
}

.ox-jobs-hero .pagination-area h1::after {
    content: "";
    display: block;
    width: 72px;
    height: 3px;
    margin-top: 16px;
    background: var(--ox-gold);
    border-radius: 99px;
}

.ox-jobs-hero__lead {
    max-width: 540px;
    margin: 0 0 18px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 17px;
    line-height: 1.65;
}

.ox-jobs-hero .pagination-area ul {
    margin: 0;
    padding: 0;
}

.ox-jobs-board,
.ox-apply {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(1200px 280px at 50% -40px, rgba(255, 255, 255, 0.95), transparent 70%),
        linear-gradient(180deg, #eaf4ff 0%, #f7f4ea 42%, #ffffff 100%);
}

.ox-jobs-board {
    padding: 48px 0 120px;
}

.ox-jobs-board::before,
.ox-jobs-board::after,
.ox-apply::before,
.ox-apply::after {
    content: "";
    position: absolute;
    pointer-events: none;
    z-index: 0;
    filter: blur(2px);
}

.ox-jobs-board::before,
.ox-apply::before {
    width: 420px;
    height: 220px;
    left: -80px;
    top: 40px;
    background: radial-gradient(circle at 30% 40%, #fff 0 42%, transparent 70%);
    opacity: 0.85;
}

.ox-jobs-board::after,
.ox-apply::after {
    width: 520px;
    height: 260px;
    right: -120px;
    top: 90px;
    background: radial-gradient(circle at 60% 50%, #fff 0 46%, transparent 72%);
    opacity: 0.7;
}

.ox-jobs-board .container,
.ox-apply .container {
    position: relative;
    z-index: 1;
}

.ox-jobs-board__intro {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 48px;
    padding: 0 12px;
}

.ox-jobs-kicker {
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--ox-navy);
    font-weight: 700;
    font-size: 12px;
    margin-bottom: 10px;
}

.ox-jobs-board__intro h2 {
    color: var(--ox-navy);
    font-weight: 800;
    font-size: clamp(30px, 4vw, 44px);
    margin: 0 0 12px;
    letter-spacing: -0.03em;
    line-height: 1.15;
}

.ox-jobs-board__intro p {
    color: var(--ox-muted);
    font-size: 17px;
    line-height: 1.65;
    margin: 0;
}

.ox-jobs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 340px), 420px));
    justify-content: center;
    gap: 72px 28px;
    padding-top: 28px;
}

.ox-job-card {
    position: relative;
    display: block;
    background: transparent;
    isolation: isolate;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    transition: transform 240ms var(--ox-ease);
}

.ox-job-card:hover,
.ox-job-card:focus-visible {
    color: inherit;
    text-decoration: none;
    transform: translateY(-8px);
}

.ox-job-card:focus-visible {
    outline: 3px solid var(--ox-gold);
    outline-offset: 8px;
    border-radius: 28px;
}

.ox-job-card__sky {
    position: relative;
    height: auto;
    z-index: 1;
    margin-bottom: -48px;
    overflow: visible;
    padding-top: 18px;
}

.ox-job-card__folder {
    position: relative;
    z-index: 2;
    margin: 0 10px;
    padding: 18px 14px 0;
    background: linear-gradient(180deg, var(--ox-folder-back) 0%, var(--ox-folder) 38%);
    border-radius: 6px 22px 0 0;
    clip-path: inset(-28px 0 0 0);
    box-shadow:
        0 10px 28px rgba(0, 33, 71, 0.1),
        inset 0 1px 0 #fff;
}

.ox-job-card__folder-tab {
    position: absolute;
    top: -16px;
    left: 16px;
    width: 92px;
    height: 20px;
    background: linear-gradient(180deg, #fff 0%, var(--ox-folder-back) 100%);
    border-radius: 10px 14px 0 0;
    box-shadow: 0 -1px 0 rgba(2, 132, 199, 0.18);
}

.ox-job-card__folder-tab::after {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    top: 4px;
    height: 3px;
    border-radius: 99px;
    background: var(--ox-folder-blue);
    opacity: 0.55;
}

.ox-job-card__folder-back {
    position: absolute;
    inset: 10px 10px 56px;
    border-radius: 16px;
    background: linear-gradient(180deg, #d7eaf8 0%, #eaf4ff 100%);
    z-index: 1;
    pointer-events: none;
}

.ox-job-card__folder-lift {
    position: relative;
    z-index: 2;
    transition: transform 280ms var(--ox-ease);
    will-change: transform;
}

.ox-job-card__folder-sheet {
    position: relative;
    z-index: 2;
    animation: ox-folder-peek 6.4s var(--ox-ease) infinite;
    will-change: transform;
}

.ox-jobs-grid .ox-job-card:nth-child(3n+2) .ox-job-card__folder-sheet,
.ox-jobs-grid .ox-job-card:nth-child(3n+2) .ox-job-card__folder-glow {
    animation-delay: 1.2s;
}

.ox-jobs-grid .ox-job-card:nth-child(3n+3) .ox-job-card__folder-sheet,
.ox-jobs-grid .ox-job-card:nth-child(3n+3) .ox-job-card__folder-glow {
    animation-delay: 2.4s;
}

.ox-job-card__logo {
    position: absolute;
    top: 16px;
    z-index: 6;
    max-height: 52px;
    max-width: 128px;
    object-fit: contain;
    background: none;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}

.ox-job-card__logo--left {
    left: 28px;
}

.ox-job-card__logo--right {
    right: 28px;
}

.ox-job-card__logo--center {
    left: 50%;
    transform: translateX(-50%);
}

.ox-job-card__photo {
    position: relative;
    margin: 0;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: linear-gradient(180deg, #cfe6f8 0%, var(--ox-sky-deep) 100%);
    border-radius: 16px 16px 10px 10px;
    z-index: 2;
    box-shadow:
        0 12px 24px rgba(0, 51, 102, 0.16),
        0 0 0 1px rgba(2, 132, 199, 0.12);
}

.ox-job-card__photo img {
    width: 100%;
    height: auto;
    max-height: 360px;
    object-fit: contain;
    object-position: center;
    display: block;
}

.ox-job-card__photo-fade {
    display: none;
}

.ox-job-card__folder-glow {
    position: absolute;
    left: 8%;
    right: 8%;
    bottom: 52px;
    height: 46px;
    z-index: 3;
    pointer-events: none;
    border-radius: 50%;
    background: radial-gradient(ellipse at center, var(--ox-folder-blue-soft) 0%, rgba(2, 132, 199, 0.08) 46%, transparent 72%);
    opacity: 0.22;
    animation: ox-folder-glow 6.4s var(--ox-ease) infinite;
    filter: blur(2px);
}

.ox-job-card__folder-front {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 78px;
    z-index: 4;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.72) 0%, #ffffff 34%);
    border-radius: 0 0 4px 4px;
    box-shadow: inset 0 10px 18px rgba(2, 132, 199, 0.1);
}

.ox-job-card__folder-front::before {
    content: "";
    position: absolute;
    left: 14px;
    right: 14px;
    top: 0;
    height: 3px;
    border-radius: 99px;
    background: linear-gradient(90deg, transparent, var(--ox-folder-blue), transparent);
    opacity: 0.4;
    box-shadow: 0 0 12px rgba(14, 165, 233, 0.25);
    transition: opacity 280ms var(--ox-ease), box-shadow 280ms var(--ox-ease);
}

@media (hover: hover) {
    .ox-job-card:hover .ox-job-card__folder-lift {
        transform: translate3d(0, -18px, 0);
    }

    .ox-job-card:hover .ox-job-card__folder-sheet {
        animation-play-state: paused;
        transform: translate3d(0, -12px, 0);
    }

    .ox-job-card:hover .ox-job-card__folder-glow {
        opacity: 1;
        animation-play-state: paused;
    }

    .ox-job-card:hover .ox-job-card__folder-front::before {
        opacity: 1;
        box-shadow: 0 0 18px rgba(14, 165, 233, 0.7);
    }

    .ox-job-card:hover .ox-job-card__photo {
        box-shadow:
            0 18px 32px rgba(0, 51, 102, 0.2),
            0 0 0 2px rgba(2, 132, 199, 0.35);
    }
}

.ox-job-card:focus-visible .ox-job-card__folder-lift {
    transform: translate3d(0, -18px, 0);
}

.ox-job-card:focus-visible .ox-job-card__folder-sheet {
    animation-play-state: paused;
    transform: translate3d(0, -12px, 0);
}

.ox-job-card:focus-visible .ox-job-card__folder-glow {
    opacity: 1;
    animation-play-state: paused;
}

.ox-job-card:focus-visible .ox-job-card__folder-front::before {
    opacity: 1;
    box-shadow: 0 0 18px rgba(14, 165, 233, 0.7);
}

.ox-job-card:focus-visible .ox-job-card__photo {
    box-shadow:
        0 18px 32px rgba(0, 51, 102, 0.2),
        0 0 0 2px rgba(2, 132, 199, 0.35);
}

@keyframes ox-folder-peek {
    0%, 100% { transform: translate3d(0, 16px, 0); }
    45%, 55% { transform: translate3d(0, -14px, 0); }
}

@keyframes ox-folder-glow {
    0%, 100% { opacity: 0.16; }
    45%, 55% { opacity: 0.78; }
}

.ox-job-card__clouds,
.ox-job-card__cloudmask {
    position: absolute;
    left: -24px;
    right: -24px;
    bottom: -36px;
    height: 88px;
    z-index: 0;
    pointer-events: none;
    overflow: visible;
}

.ox-job-card__clouds::before {
    content: "";
    position: absolute;
    left: 8%;
    right: 8%;
    bottom: 8%;
    height: 72%;
    background: linear-gradient(
        to top,
        rgba(255, 255, 255, 1) 0%,
        rgba(244, 250, 255, 0.88) 28%,
        rgba(255, 248, 236, 0.45) 58%,
        transparent 100%
    );
    filter: blur(18px);
}

.ox-job-card__clouds span {
    position: absolute;
    display: block;
    border-radius: 50%;
    pointer-events: none;
    background: radial-gradient(circle at 40% 40%, var(--puff, #fff) 0%, rgba(255, 255, 255, 0.35) 42%, transparent 72%);
    filter: blur(18px);
}

.ox-job-card__clouds span:nth-child(1) {
    width: 210px;
    height: 128px;
    left: -6%;
    bottom: -8%;
    --puff: #ffffff;
    filter: blur(20px);
}

.ox-job-card__clouds span:nth-child(2) {
    width: 240px;
    height: 150px;
    left: 14%;
    bottom: 0;
    --puff: #e8f4ff;
    filter: blur(22px);
    opacity: 0.95;
    animation: ox-cloud-drift 16s var(--ox-ease) infinite;
}

.ox-job-card__clouds span:nth-child(3) {
    width: 200px;
    height: 120px;
    left: 38%;
    bottom: -12%;
    --puff: #ffffff;
    filter: blur(16px);
}

.ox-job-card__clouds span:nth-child(4) {
    width: 230px;
    height: 140px;
    left: 52%;
    bottom: 2%;
    --puff: #fff8ec;
    filter: blur(24px);
    opacity: 0.9;
    animation: ox-cloud-drift 20s var(--ox-ease) infinite reverse;
}

.ox-job-card__clouds span:nth-child(5) {
    width: 190px;
    height: 118px;
    right: 6%;
    bottom: -6%;
    --puff: #eef6ff;
    filter: blur(18px);
}

.ox-job-card__clouds span:nth-child(6) {
    width: 160px;
    height: 96px;
    left: 28%;
    bottom: 10%;
    --puff: #f7fbff;
    filter: blur(26px);
    opacity: 0.75;
}

@keyframes ox-cloud-drift {
    0%, 100% { transform: translate3d(0, 0, 0); }
    50% { transform: translate3d(14px, -6px, 0); }
}

.ox-job-card__body {
    position: relative;
    z-index: 5;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border-radius: 28px;
    padding: 52px 28px 28px;
    box-shadow: var(--ox-shadow);
    min-height: 250px;
    container-type: inline-size;
    container-name: ox-job;
    transition: box-shadow 240ms var(--ox-ease);
}

.ox-job-card__kind,
.ox-job-card__title,
.ox-job-card__excerpt,
.ox-job-card__term,
.ox-job-card__cta {
    position: relative;
    z-index: 1;
    isolation: isolate;
    mix-blend-mode: normal;
}

.ox-job-card:hover .ox-job-card__body,
.ox-job-card:focus-visible .ox-job-card__body {
    box-shadow: var(--ox-shadow-hover);
}

.ox-job-card__kind {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    margin: 0 0 10px;
    padding: 5px 11px;
    border-radius: 99px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.ox-job-card__kind--job {
    background: #e8f1fb;
    color: var(--ox-navy);
}

.ox-job-card__kind--announcement {
    background: #fff4cc;
    color: #7a5a00;
}

.ox-job-card__title {
    color: var(--ox-navy);
    font-size: 24px;
    font-weight: 800;
    margin: 0 0 10px;
    line-height: 1.25;
    letter-spacing: -0.02em;
}

.ox-job-card__excerpt {
    color: var(--ox-muted);
    min-height: 48px;
    margin: 0;
    line-height: 1.6;
}

.ox-job-card__term {
    --term-gap: var(--ox-space);
    --term-label: 12px;
    --term-value: 16px;
    --term-icon: 16px;
    margin: 16px 0;
    padding-top: 12px;
    border-top: 1px solid var(--ox-line);
    color: var(--ox-navy);
    min-width: 0;
}

.ox-job-card__term-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    min-width: 0;
}

.ox-job-card__term-icon {
    flex: 0 0 var(--term-icon);
    width: var(--term-icon);
    height: var(--term-icon);
    margin-top: 20px;
    color: var(--ox-navy);
}

.ox-job-card__term-track {
    flex: 1 1 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    column-gap: 16px;
    row-gap: var(--term-gap);
    min-width: 0;
}

.ox-job-card__term--solo .ox-job-card__term-track {
    grid-template-columns: minmax(0, 1fr);
}

.ox-job-card__term-date {
    min-width: 0;
}

.ox-job-card__term-date--closes {
    padding-left: 16px;
    border-left: 1px solid var(--ox-line);
}

.ox-job-card__term--solo .ox-job-card__term-date--closes {
    padding-left: 0;
    border-left: 0;
}

.ox-job-card__term-label {
    display: block;
    font-size: var(--term-label);
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--ox-muted);
    margin-bottom: 4px;
}

.ox-job-card__term-value {
    display: block;
    color: var(--ox-navy);
    font-size: var(--term-value);
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -0.01em;
    font-variant-numeric: tabular-nums;
    overflow-wrap: anywhere;
}

.ox-job-card__term-note {
    display: inline-flex;
    align-items: center;
    margin-top: var(--term-gap);
    margin-left: 28px;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
    color: var(--ox-navy);
    background: rgba(253, 200, 0, 0.28);
    border-radius: 999px;
    padding: 4px 8px;
}

@container ox-job (max-width: 300px) {
    .ox-job-card__term-track {
        grid-template-columns: minmax(0, 1fr);
    }
    .ox-job-card__term-date--closes {
        padding-left: 0;
        padding-top: var(--term-gap);
        border-left: 0;
        border-top: 1px solid var(--ox-line);
    }
    .ox-job-card__term-note {
        margin-left: 28px;
    }
}

.ox-job-card__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    margin-top: auto;
    min-height: 44px;
    background: var(--ox-navy);
    color: #fff !important;
    font-weight: 700;
    border-radius: 999px;
    padding: 11px 22px;
    text-decoration: none;
    box-shadow: 0 10px 20px rgba(0, 51, 102, 0.18);
    transition: background-color 200ms var(--ox-ease), color 200ms var(--ox-ease), transform 160ms var(--ox-ease);
}

.ox-job-card:hover .ox-job-card__cta,
.ox-job-card:focus-visible .ox-job-card__cta,
.ox-job-card__cta:hover {
    background: var(--ox-navy-deep);
    color: var(--ox-gold) !important;
}

.ox-jobs-empty {
    text-align: center;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.7), #fff 40%);
    border-radius: 32px;
    padding: 64px 28px;
    box-shadow: var(--ox-shadow);
    max-width: 560px;
    margin: 0 auto;
}

.ox-jobs-empty__clouds {
    position: relative;
    height: 84px;
    margin: 0 auto 18px;
    max-width: 220px;
}

.ox-jobs-empty__clouds span {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle at 40% 40%, #fff 0%, #e8f4ff 55%, transparent 72%);
    filter: blur(10px);
}

.ox-jobs-empty__clouds span:nth-child(1) { width: 110px; height: 64px; left: 0; bottom: 0; }
.ox-jobs-empty__clouds span:nth-child(2) { width: 130px; height: 72px; left: 48px; bottom: 10px; }
.ox-jobs-empty__clouds span:nth-child(3) { width: 90px; height: 54px; right: 0; bottom: 4px; }

.ox-jobs-empty h3 {
    color: var(--ox-navy);
    font-weight: 800;
    margin-bottom: 8px;
}

.ox-jobs-empty p {
    color: var(--ox-muted);
    margin: 0;
}

.ox-apply {
    padding: 36px 0 110px;
    direction: ltr;
    text-align: left;
}

.ox-apply__shell {
    max-width: 860px;
    margin: 0 auto;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.72) 0%, #ffffff 18%);
    border-radius: 32px;
    padding: 8px 36px 36px;
    box-shadow: var(--ox-shadow);
    overflow: hidden;
    direction: ltr;
    text-align: left;
}

.ox-apply__brand {
    display: flex;
    gap: 18px;
    align-items: center;
    margin: 28px 0 8px;
}

.ox-apply__brand h2 {
    color: var(--ox-navy);
    font-weight: 800;
    letter-spacing: -0.03em;
    margin: 0 0 8px;
}

.ox-apply__kind {
    display: inline-flex;
    align-items: center;
    margin: 0 0 10px;
    padding: 5px 11px;
    border-radius: 99px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.ox-apply__kind--job {
    background: #e8f1fb;
    color: var(--ox-navy);
}

.ox-apply__kind--announcement {
    background: #fff4cc;
    color: #7a5a00;
}

.ox-apply__short {
    color: var(--ox-muted);
    line-height: 1.65;
}

.ox-apply__welcome {
    margin: 8px 0 24px;
    padding: 18px 20px;
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
    border: 1px solid var(--ox-line);
    border-radius: 18px;
    color: var(--ox-ink);
    line-height: 1.7;
}

.ox-apply__welcome p:last-child {
    margin-bottom: 0;
}

.ox-apply__brand--right {
    flex-direction: row-reverse;
    justify-content: space-between;
    text-align: left;
}

.ox-apply__brand--left {
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
}

.ox-apply__brand--center {
    justify-content: center;
    text-align: center;
    flex-direction: column;
}

.ox-apply__logo {
    max-height: 72px;
    max-width: 180px;
}

.ox-apply__header-photo,
.ox-apply__sky {
    position: relative;
    margin: 0 -12px 8px;
    height: 220px;
    overflow: visible;
}

.ox-apply__header-photo img,
.ox-apply__photo {
    position: relative;
    width: 100%;
    display: block;
    height: 220px;
    object-fit: cover;
    background-size: cover;
    background-position: center 28%;
    border-radius: 28px 28px 46% 46% / 28px 28px 22% 22%;
    filter: saturate(1.05);
    -webkit-mask-image: linear-gradient(
        to bottom,
        #000 0%,
        #000 42%,
        rgba(0, 0, 0, 0.7) 68%,
        rgba(0, 0, 0, 0.18) 88%,
        transparent 100%
    );
    mask-image: linear-gradient(
        to bottom,
        #000 0%,
        #000 42%,
        rgba(0, 0, 0, 0.7) 68%,
        rgba(0, 0, 0, 0.18) 88%,
        transparent 100%
    );
}

.ox-apply__sky .ox-job-card__clouds {
    left: -28px;
    right: -28px;
    bottom: -28px;
    height: 150px;
}

.ox-apply-progress {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 12px 0 28px;
}

.ox-apply-progress li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #eef3f8;
    color: var(--ox-navy);
    border-radius: 999px;
    padding: 8px 14px 8px 8px;
    font-weight: 700;
    font-size: 13px;
    min-height: 44px;
    cursor: default;
    transition: background-color 200ms var(--ox-ease), color 200ms var(--ox-ease);
}

.ox-apply-progress__index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #fff;
    color: var(--ox-navy);
    font-size: 12px;
    font-weight: 800;
}

.ox-apply-progress li.is-done {
    background: #e7f0e8;
    color: #215c32;
}

.ox-apply-progress li.is-done .ox-apply-progress__index {
    background: #215c32;
    color: #fff;
}

.ox-apply-progress li.is-active {
    background: var(--ox-navy);
    color: #fff;
}

.ox-apply-progress li.is-active .ox-apply-progress__index {
    background: var(--ox-gold);
    color: var(--ox-navy);
}

.ox-apply-step {
    display: none;
}

.ox-apply-step.is-active {
    display: block;
    animation: ox-step-in 280ms var(--ox-ease);
}

@keyframes ox-step-in {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}

.ox-apply-step h3 {
    color: var(--ox-navy);
    font-weight: 800;
    margin-bottom: 8px;
    letter-spacing: -0.02em;
}

.ox-apply-step__desc {
    color: var(--ox-muted);
    margin-bottom: 22px;
}

.ox-apply .form-group {
    margin-bottom: 18px;
}

    .ox-apply .form-group label,
    .ox-field-legend {
        display: block;
        font-weight: 700;
        color: var(--ox-navy);
        margin-bottom: 8px;
        font-size: 14px;
    }

.ox-apply .form-control {
    width: 100%;
    min-height: 48px;
    border: 1px solid var(--ox-line);
    border-radius: 14px;
    padding: 12px 14px;
    background: #fbfcfe;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
    transition: border-color 180ms var(--ox-ease), box-shadow 180ms var(--ox-ease), background-color 180ms var(--ox-ease);
}

.ox-apply .form-control:hover {
    border-color: #b9c9d8;
}

.ox-apply .form-control:focus {
    outline: none;
    background: #fff;
    border-color: var(--ox-navy);
    box-shadow: 0 0 0 4px rgba(0, 33, 71, 0.12);
}

.ox-apply .form-group small {
    display: block;
    margin-top: 6px;
    color: var(--ox-muted);
    font-size: 12px;
}

.ox-apply .form-group.has-error .form-control,
.ox-apply .form-control.is-invalid {
    border-color: #c53030;
    background: #fff5f5;
}

.ox-apply .ox-field-error {
    display: block;
    margin-top: 8px;
    color: #c53030;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;
}

.ox-dropzone {
    display: grid;
    gap: 10px;
}

.ox-dropzone__target {
    position: relative;
    min-height: 132px;
    border: 1.5px dashed #b7c9db;
    border-radius: 20px;
    background:
        radial-gradient(circle at 18% 18%, rgba(253, 200, 0, 0.16), transparent 36%),
        linear-gradient(180deg, #f7fbff 0%, #eef5fb 100%);
    overflow: hidden;
    transition: border-color 180ms var(--ox-ease), box-shadow 180ms var(--ox-ease), background-color 180ms var(--ox-ease), transform 180ms var(--ox-ease);
}

.ox-dropzone .ox-file-input {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
    border: 0;
    background: transparent;
    min-height: 0;
    box-shadow: none;
}

.ox-dropzone__ui {
    pointer-events: none;
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 132px;
    padding: 18px 20px;
}

.ox-dropzone__icon {
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: var(--ox-navy);
    box-shadow: 0 8px 18px rgba(0, 33, 71, 0.08);
}

.ox-dropzone__icon svg {
    width: 26px;
    height: 26px;
}

.ox-dropzone__copy {
    display: grid;
    gap: 4px;
    min-width: 0;
    flex: 1 1 auto;
}

.ox-dropzone__title {
    color: var(--ox-navy);
    font-size: 15px;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.3;
}

.ox-dropzone__lead {
    color: var(--ox-muted);
    font-size: 12px;
    line-height: 1.5;
}

.ox-dropzone__btn {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 16px;
    border-radius: 999px;
    background: var(--ox-navy);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    box-shadow: 0 8px 16px rgba(0, 33, 71, 0.14);
}

.ox-dropzone__target:hover,
.ox-dropzone.is-dragover .ox-dropzone__target {
    border-color: var(--ox-navy);
    border-style: solid;
    background:
        radial-gradient(circle at 18% 18%, rgba(253, 200, 0, 0.22), transparent 38%),
        linear-gradient(180deg, #ffffff 0%, #eaf4ff 100%);
    box-shadow: 0 0 0 4px rgba(0, 33, 71, 0.08);
}

.ox-dropzone__target:hover .ox-dropzone__btn,
.ox-dropzone.is-dragover .ox-dropzone__btn {
    background: var(--ox-navy-deep);
    color: var(--ox-gold);
}

.ox-dropzone__target:focus-within {
    border-color: var(--ox-navy);
    border-style: solid;
    box-shadow: 0 0 0 4px rgba(253, 200, 0, 0.28);
}

.ox-dropzone.is-filled .ox-dropzone__target {
    border-style: solid;
    border-color: #7aa37f;
    background: linear-gradient(180deg, #f3faf5 0%, #eaf6ee 100%);
}

.ox-dropzone.is-invalid .ox-dropzone__target,
.ox-apply .form-group.has-error .ox-dropzone__target {
    border-color: #c53030;
    background: #fff7f7;
}

.ox-file-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 8px;
}

.ox-file-list__item {
    display: flex;
    align-items: center;
    gap: 12px;
    border-radius: 14px;
    background: #eef6ff;
    color: var(--ox-navy);
    font-size: 13px;
    font-weight: 700;
    padding: 10px 12px;
    word-break: break-word;
}

.ox-file-list__icon {
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: var(--ox-navy);
}

.ox-file-list__icon svg {
    width: 16px;
    height: 16px;
}

.ox-file-list__meta {
    min-width: 0;
    flex: 1 1 auto;
    display: grid;
    gap: 2px;
}

.ox-file-list__name {
    font-weight: 800;
    line-height: 1.35;
}

.ox-file-list__size {
    color: var(--ox-muted);
    font-size: 12px;
    font-weight: 600;
}

.ox-file-list__remove {
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 10px;
    background: #fff;
    color: #9a3b3b;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ox-file-list__remove svg {
    width: 16px;
    height: 16px;
}

.ox-file-list__remove:hover,
.ox-file-list__remove:focus-visible {
    background: #fff5f5;
    color: #c53030;
}

.ox-file-list__item.is-bad {
    background: #fff5f5;
    color: #c53030;
}

.ox-file-list__item.is-busy {
    background: #fff8e6;
    color: #8a6d12;
}

.ox-file-list__item.is-ready {
    background: #eaf8ef;
    color: #1f6b3a;
}

@media (max-width: 767px) {
    .ox-dropzone__ui {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        padding: 20px 16px;
    }

    .ox-dropzone__copy {
        flex: 1 1 100%;
    }

    .ox-dropzone__btn {
        width: 100%;
    }
}

.ox-choice {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    margin: 8px 0;
    min-height: 44px;
    padding: 8px 12px;
    border-radius: 12px;
    background: #f6f9fc;
    cursor: pointer;
}

.ox-choice input {
    width: 18px;
    height: 18px;
    accent-color: var(--ox-navy);
}

.ox-apply-nav {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 22px;
}

.ox-apply-btn {
    background: var(--ox-navy);
    color: #fff;
    border: 0;
    border-radius: 999px;
    min-height: 48px;
    padding: 12px 22px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(0, 51, 102, 0.16);
    transition: background-color 180ms var(--ox-ease), color 180ms var(--ox-ease), transform 160ms var(--ox-ease);
}

.ox-apply-btn:hover {
    background: var(--ox-navy-deep);
    color: var(--ox-gold);
}

.ox-apply-btn:focus-visible {
    outline: 3px solid var(--ox-gold);
    outline-offset: 3px;
}

.ox-apply-btn:active {
    transform: scale(0.97);
}

.ox-apply-btn--ghost {
    background: #e9eef5;
    color: var(--ox-navy);
    box-shadow: none;
}

.ox-apply-btn--ghost:hover {
    background: #dce5ef;
    color: var(--ox-navy);
}

.ox-apply-btn.is-busy {
    opacity: 0.72;
    pointer-events: none;
}

body.ox-submit-lock {
    overflow: hidden;
}

.ox-submit-modal {
    position: fixed;
    inset: 0;
    z-index: 80;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(0, 21, 46, 0.62);
    backdrop-filter: blur(8px);
}

.ox-submit-modal[hidden] {
    display: none;
}

.ox-submit-modal__dialog {
    position: relative;
    width: min(560px, 100%);
    background: #fff;
    border-radius: 28px;
    padding: 32px 28px 28px;
    box-shadow: 0 28px 64px rgba(0, 21, 46, 0.28);
    text-align: center;
    overflow: hidden;
}

.ox-submit-modal__particles {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}

.ox-submit-modal__dialog > *:not(.ox-submit-modal__particles) {
    position: relative;
    z-index: 1;
}

.ox-submit-modal__brand {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 22px;
}

.ox-submit-modal__logo {
    width: 72px;
    height: 72px;
    object-fit: contain;
}

.ox-submit-modal__seal {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #e8eef5;
    color: #7b8ea3;
    box-shadow: inset 0 0 0 2px #d5deea;
    transition: background-color 220ms var(--ox-ease), color 220ms var(--ox-ease), box-shadow 220ms var(--ox-ease), transform 220ms var(--ox-ease);
}

.ox-submit-modal__seal svg {
    width: 28px;
    height: 28px;
}

.ox-submit-modal__seal.is-complete {
    background: var(--ox-gold);
    color: var(--ox-navy);
    box-shadow: 0 0 0 6px rgba(253, 200, 0, 0.18);
    transform: scale(1.04);
}

.ox-submit-modal__kicker {
    margin: 0 0 8px;
    color: var(--ox-navy);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.ox-submit-modal h3 {
    margin: 0 0 10px;
    color: var(--ox-navy);
    font-size: 26px;
    line-height: 1.25;
}

.ox-submit-modal__lead {
    margin: 0 0 20px;
    color: var(--ox-muted);
    font-size: 15px;
    line-height: 1.6;
    white-space: pre-line;
}

.ox-submit-modal__formal {
    margin: 0 0 24px;
    color: #334155;
    font-size: 14px;
    line-height: 1.7;
    text-align: left;
    white-space: pre-line;
}

.ox-submit-modal__bar {
    height: 12px;
    border-radius: 999px;
    background: #e8eef5;
    overflow: hidden;
    margin-bottom: 12px;
}

.ox-submit-modal__bar span {
    display: block;
    height: 100%;
    width: 0;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--ox-navy) 0%, #0b4a86 58%, var(--ox-gold) 100%);
    transition: width 180ms linear;
}

.ox-submit-modal__meta {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    color: var(--ox-navy);
    font-size: 13px;
    font-weight: 700;
}

.ox-submit-modal .ox-apply-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    text-decoration: none;
}

@media (max-width: 767px) {
    .ox-submit-modal {
        padding: 16px;
        align-items: flex-end;
    }
    .ox-submit-modal__dialog {
        padding: 24px 18px 20px;
        border-radius: 24px 24px 16px 16px;
    }
    .ox-submit-modal h3 {
        font-size: 22px;
    }
    .ox-submit-modal__meta {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 767px) {
    .ox-jobs-hero {
        padding: 72px 0 76px;
    }
    .ox-jobs-hero__lead {
        font-size: 15px;
    }
    .ox-jobs-board {
        padding: 40px 0 80px;
    }
    .ox-jobs-board__intro {
        margin-bottom: 36px;
    }
    .ox-job-card__sky {
        margin-bottom: -40px;
        padding-top: 14px;
    }
    .ox-job-card__folder {
        margin: 0 6px;
        padding: 16px 10px 0;
    }
    .ox-job-card__folder-front {
        height: 64px;
    }
    .ox-job-card__photo img {
        max-height: 280px;
    }
    .ox-job-card__body {
        padding: 44px 20px 22px;
    }
    .ox-apply__shell {
        padding: 4px 16px 22px;
        border-radius: 24px;
    }
    .ox-apply-nav {
        flex-direction: column-reverse;
    }
    .ox-apply-btn {
        width: 100%;
    }
    .ox-apply__header-photo,
    .ox-apply__sky,
    .ox-apply__header-photo img,
    .ox-apply__photo {
        height: 170px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ox-job-card,
    .ox-job-card__body,
    .ox-job-card__cta,
    .ox-job-card__folder-lift,
    .ox-apply-btn,
    .ox-apply .form-control,
    .ox-apply-progress li,
    .ox-dropzone__target {
        transition: none;
    }
    .ox-job-card:hover,
    .ox-job-card:focus-visible,
    .ox-job-card:hover .ox-job-card__folder-lift,
    .ox-job-card:focus-visible .ox-job-card__folder-lift,
    .ox-apply-btn:active {
        transform: none;
    }
    .ox-job-card__folder-sheet,
    .ox-job-card__folder-glow,
    .ox-job-card__clouds span,
    .ox-apply-step.is-active {
        animation: none;
    }
    .ox-job-card__folder-sheet {
        transform: translate3d(0, 8px, 0);
    }
}

.job-preview-canvas {
    direction: ltr;
    text-align: left;
    background:
        radial-gradient(900px 220px at 50% -30px, rgba(255, 255, 255, 0.95), transparent 70%),
        linear-gradient(180deg, #eaf4ff 0%, #f4f7fb 45%, #ffffff 100%);
    border-radius: 24px;
    padding: 28px 20px 40px;
    border: 1px dashed #c5d4e3;
}

.job-preview-canvas--modal {
    min-height: 100%;
    border: 0;
    border-radius: 0;
    padding: 40px 24px 60px;
}

.job-preview-canvas .ox-jobs-board {
    padding: 20px 0 50px;
    overflow: visible;
}

.job-preview-canvas .ox-job-card {
    max-width: 380px;
    margin: 0 auto 36px;
}

.job-preview-canvas .ox-apply {
    padding: 0;
    background: transparent;
    overflow: visible;
}

.job-preview-canvas .ox-apply::before,
.job-preview-canvas .ox-apply::after {
    display: none;
}

.job-preview-canvas .ox-apply__shell {
    box-shadow: var(--ox-shadow);
}

.job-preview-canvas .ox-apply-progress li {
    cursor: pointer;
}

.job-preview-label {
    display: block;
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #003366;
    font-weight: 800;
    text-align: center;
    margin: 8px 0 22px;
}

.job-preview-canvas .form-group {
    margin-bottom: 16px;
}

.job-preview-canvas .form-control {
    width: 100%;
    border: 1px solid #d7e0ea;
    border-radius: 14px;
    padding: 10px 12px;
    background: #fff;
}
