.admin-auth-body,
.admin-dashboard-body,
body {
    background: #f4f7fb;
}

.career-hero-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #08111f 0%, #0f1b33 54%, #111827 100%);
    color: #fff;
    padding: 136px 0 84px;
}

.career-hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 48px 48px;
    opacity: 0.28;
    pointer-events: none;
}

.career-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
    gap: 28px;
    align-items: stretch;
}

.career-hero-copy small,
.career-section-head small,
.career-apply-copy small {
    display: block;
    color: #7dd3fc;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 14px;
}

.career-hero-copy h2,
.career-apply-copy h2 {
    color: #fff;
    font-size: 44px;
    line-height: 1.2;
    margin-bottom: 18px;
    max-width: 12ch;
}

.career-hero-copy h2 {
    max-width: none;
    white-space: nowrap;
}

.career-hero-copy p,
.career-apply-copy p {
    color: rgba(255, 255, 255, 0.78);
    font-size: 15px;
    line-height: 1.95;
    max-width: 640px;
}

.career-location-strip,
.career-apply-notes {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.career-location-strip span,
.career-apply-notes span {
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    color: #fff;
    padding: 9px 14px;
    background: rgba(255, 255, 255, 0.06);
    font-size: 13px;
}

.career-hero-panel {
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(14px);
    display: grid;
    min-height: 100%;
}

.career-hero-metric {
    padding: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.career-hero-metric:last-child {
    border-bottom: 0;
}

.career-hero-metric strong {
    display: block;
    color: #fff;
    font-size: 32px;
    line-height: 1.1;
    margin-bottom: 8px;
}

.career-hero-metric span {
    color: rgba(255, 255, 255, 0.72);
}

.career-openings-section {
    background: #eef3f9;
    padding-top: 118px;
    padding-bottom: 92px;
}

.career-section-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 24px;
    margin-bottom: 34px;
}

.career-section-head small {
    color: #1f12fd;
}

.career-section-head h2 {
    font-size: 32px;
    line-height: 1.22;
    margin-bottom: 12px;
}

.career-section-head p {
    max-width: 560px;
    font-size: 15px;
    line-height: 1.86;
    margin: 0;
}

.career-job-list {
    display: grid;
    gap: 18px;
}

.career-job-loading {
    border: 1px solid #d8e1ee;
    border-radius: 14px;
    background: #fff;
    color: #475467;
    padding: 26px 30px;
    box-shadow: 0 10px 28px rgba(16, 24, 40, 0.05);
}

.career-job-loading.is-error {
    color: #d92d20;
}

.career-job-row {
    display: grid;
    grid-template-columns: minmax(190px, 0.82fr) minmax(0, 1.06fr) minmax(0, 1.06fr) 140px;
    gap: 18px;
    padding: 24px 28px;
    border: 1px solid #dde4ee;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(16, 24, 40, 0.05);
    align-items: start;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.career-job-row:nth-child(even) {
    background: #fbfcfe;
}

.career-job-row:hover {
    transform: translateY(-2px);
    border-color: #cbd5e1;
    box-shadow: 0 14px 36px rgba(16, 24, 40, 0.08);
}

.career-job-title span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    min-height: 24px;
    border-radius: 999px;
    color: #1f12fd;
    background: #eef4ff;
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 10px;
}

.career-job-title h3 {
    font-size: 20px;
    margin-bottom: 8px;
}

.career-job-title p {
    color: #344054;
    margin-bottom: 10px;
}

.career-job-title em {
    display: inline-flex;
    font-style: normal;
    border-radius: 6px;
    background: #eef4ff;
    color: #3538cd;
    padding: 7px 10px;
    font-size: 13px;
    line-height: 1.4;
}

.career-job-detail h4 {
    font-size: 13px;
    color: #667085;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 12px;
}

.career-job-detail ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 8px;
}

.career-job-detail li {
    position: relative;
    color: #4b5565;
    line-height: 1.82;
    margin: 0;
    padding-left: 16px;
}

.career-job-detail li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.7em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #1f12fd;
}

.career-apply-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    border-radius: 10px;
    background: linear-gradient(135deg, #1f12fd 0%, #2448b7 100%);
    color: #fff;
    font-weight: 700;
    padding: 0 18px;
    white-space: nowrap;
    align-self: center;
    justify-self: end;
    min-width: 120px;
}

.career-apply-trigger:hover {
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(31, 18, 253, 0.22);
}

.career-apply-section {
    background: linear-gradient(180deg, #f8fbff 0%, #eef4ff 100%);
    padding: 112px 0;
}

.career-apply-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.78fr) minmax(360px, 1.22fr);
    gap: 28px;
    align-items: stretch;
}

.career-apply-copy {
    padding: 4px;
}

.career-apply-copy h2,
.career-apply-copy p {
    color: #0f172a;
}

.career-apply-copy p {
    max-width: 520px;
}

.career-apply-notes span {
    color: #0f172a;
    border-color: #d8e1ee;
    background: #fff;
}

.career-resume-form {
    background: #fff;
    border-radius: 14px;
    padding: 32px;
    display: grid;
    gap: 18px;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
    border: 1px solid #dbe4f0;
}

.career-form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.career-resume-form label {
    display: grid;
    gap: 8px;
    margin: 0;
}

.career-resume-form span {
    color: #475467;
    font-size: 13px;
    font-weight: 700;
}

.career-resume-form input,
.career-resume-form select,
.career-resume-form textarea {
    width: 100%;
    border: 1px solid #cfd8e3;
    border-radius: 8px;
    padding: 12px 14px;
    color: #101828;
    outline: none;
    background: #fff;
}

.career-resume-form input:focus,
.career-resume-form select:focus,
.career-resume-form textarea:focus {
    border-color: #1f12fd;
    box-shadow: 0 0 0 3px rgba(31, 18, 253, 0.12);
}

.career-form-full {
    grid-column: 1 / -1;
}

.career-submit-btn {
    min-height: 48px;
    width: fit-content;
    padding-left: 24px;
    padding-right: 24px;
}

.career-form-message {
    min-height: 22px;
    color: #027a48;
    font-size: 14px;
}

.career-form-message.is-error {
    color: #d92d20;
}

@media (max-width: 1199px) {
    .career-job-row {
        grid-template-columns: 1fr;
    }

    .career-apply-trigger {
        width: fit-content;
    }
}

@media (max-width: 991px) {
    .career-hero-grid,
    .career-apply-layout {
        grid-template-columns: 1fr;
    }

    .career-section-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .career-hero-copy h2,
    .career-apply-copy h2 {
        font-size: 34px;
    }
}

@media (max-width: 575px) {
    .career-hero-section,
    .career-apply-section {
        padding: 84px 0;
    }

    .career-hero-copy h2 {
        font-size: 30px;
    }

    .career-job-row,
    .career-resume-form {
        padding: 22px;
    }

    .career-form-row {
        grid-template-columns: 1fr;
    }
}
