.jobs-page { background: #f8fafc; }
.jobs-main { padding: 30px 0 96px; }
.jobs-hero { position: relative; display: grid; min-height: 290px; grid-template-columns: 1fr 360px; align-items: center; overflow: hidden; padding: 42px 52px; border-radius: 18px; color: #fff; background: linear-gradient(125deg, #071d43 0%, #0756ad 65%, #0788d8 100%); box-shadow: 0 10px 28px rgba(8,42,88,.2); }
.jobs-hero::before { position: absolute; width: 410px; height: 410px; right: -130px; top: -190px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; content: ""; box-shadow: 0 0 0 55px rgba(255,255,255,.035),0 0 0 120px rgba(255,255,255,.025); }
.jobs-hero__copy { position: relative; z-index: 1; max-width: 660px; }
.jobs-hero__copy > span { display: inline-block; padding: 7px 11px; border-radius: 6px; color: #062a5c; background: #fff; font-size: 11px; font-weight: 800; letter-spacing: 1.4px; }
.jobs-hero h1 { margin: 17px 0 12px; font-size: clamp(34px,5vw,55px); line-height: 1; letter-spacing: -2px; }
.jobs-hero p { max-width: 610px; margin: 0; color: #dcecff; font-size: 17px; line-height: 1.55; }
.jobs-hero__trust { display: flex; flex-wrap: wrap; gap: 12px 22px; margin-top: 25px; color: #e8f4ff; font-size: 12px; font-weight: 700; }
.jobs-hero__trust span { display: flex; align-items: center; gap: 7px; }
.jobs-hero__trust svg { width: 17px; height: 17px; }
.jobs-hero__art { position: relative; z-index: 1; display: flex; min-height: 92px; align-items: center; justify-content: center; gap: 15px; padding: 20px 25px; border: 1px solid rgba(255,255,255,.55); border-radius: 14px; color: #06305f; background: #27dfd1; box-shadow: 0 10px 22px rgba(0,0,0,.16); text-decoration: none; transition: transform .18s ease,background .18s ease; }
.jobs-hero__art:hover { color: #06305f; background: #64f4e8; transform: translateY(-2px); }
.jobs-hero__art svg { width: 42px; height: 42px; stroke-width: 1.7; }
.jobs-hero__art strong { font-size: 24px; line-height: 1; letter-spacing: -.7px; }
.jobs-filter-panel { position: relative; z-index: 2; margin: -18px 24px 0; padding: 25px; border: 1px solid #e0e6ee; border-radius: 15px; background: #fff; box-shadow: 0 8px 24px rgba(18,41,76,.1); }
.jobs-filter-panel__heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 19px; }
.jobs-filter-panel__heading span { color: var(--nexo-blue); font-size: 10px; font-weight: 800; letter-spacing: 1.35px; }
.jobs-filter-panel__heading h2 { margin: 4px 0 0; font-size: 22px; }
.jobs-filter-panel__heading button { display: inline-flex; align-items: center; gap: 6px; padding: 7px 0; border: 0; color: #526074; background: transparent; font-size: 12px; font-weight: 700; cursor: pointer; }
.jobs-filter-panel__heading button svg { width: 15px; }
.jobs-filters { display: grid; grid-template-columns: 1.55fr repeat(2,1fr); gap: 14px; }
.jobs-filters label { display: grid; gap: 7px; color: #475569; font-size: 11px; font-weight: 700; }
.jobs-filters input,.jobs-filters select { width: 100%; height: 44px; padding: 0 12px; border: 1px solid #d5dce5; border-radius: 8px; outline: 0; color: #172033; background: #fff; font-size: 13px; font-weight: 500; }
.jobs-filters input:focus,.jobs-filters select:focus { border-color: var(--nexo-blue); box-shadow: 0 0 0 3px rgba(7,103,223,.11); }
.jobs-search div { position: relative; }
.jobs-search svg { position: absolute; top: 13px; left: 12px; width: 18px; color: #7a8797; }
.jobs-search input { padding-left: 39px; }
.jobs-catalog { margin-top: 36px; }
.jobs-catalog__heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.jobs-catalog__heading h2 { margin: 0 0 5px; font-size: 24px; }
.jobs-catalog__heading p { margin: 0; color: #697586; font-size: 11px; }
.jobs-catalog__heading p.is-warning { color: #ad5b00; }
.jobs-view { display: flex; gap: 5px; padding: 4px; border: 1px solid #dce2e9; border-radius: 9px; background: #fff; }
.jobs-view button { display: grid; width: 37px; height: 34px; place-items: center; border: 0; border-radius: 6px; color: #64748b; background: transparent; cursor: pointer; }
.jobs-view button.is-active { color: #fff; background: var(--nexo-blue); }
.jobs-view svg { width: 18px; }
.jobs-results { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 17px; }
.job-card { display: flex; min-width: 0; overflow: hidden; flex-direction: column; border: 1px solid #dfe4ea; border-radius: 13px; background: #fff; box-shadow: 0 2px 9px rgba(12,32,62,.07); transition: transform .18s ease,box-shadow .18s ease; }
.job-card:hover { transform: translateY(-2px); box-shadow: 0 9px 24px rgba(12,32,62,.12); }
.job-card::after { height: 4px; flex: 0 0 auto; background: var(--job-color); content: ""; }
.job-card__banner { display: grid; min-height: 142px; width: 100%; place-items: center; padding: 24px; border: 0; color: #fff; background: linear-gradient(135deg,color-mix(in srgb,var(--job-color),#071c42 30%),var(--job-color)); text-align: center; text-decoration: none; cursor: pointer; }
.job-card__banner span { max-width: 290px; font-size: clamp(20px,2.2vw,29px); font-weight: 800; line-height: 1.08; letter-spacing: -.7px; text-transform: uppercase; text-wrap: balance; }
.job-card__body { display: flex; min-width: 0; flex: 1; flex-direction: column; padding: 19px; }
.job-card__eyebrow { display: flex; min-height: 20px; align-items: center; justify-content: space-between; gap: 8px; color: var(--job-color); font-size: 10px; text-transform: uppercase; }
.job-card__urgent { padding: 4px 7px; border-radius: 999px; color: #c51128; background: #fff0f2; }
.job-card h2 { margin: 7px 0 4px; font-size: 18px; line-height: 1.25; }
.job-card h2 button,.job-card h2 a { padding: 0; border: 0; color: inherit; background: none; font-weight: 800; text-align: left; text-decoration: none; cursor: pointer; }
.job-card__company { overflow: hidden; margin: 0 0 14px; color: #596579; font-size: 12px; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }
.job-card__facts { display: grid; grid-template-columns: 1fr 1fr; gap: 9px 10px; margin: 0; padding: 12px 0; border-top: 1px solid #edf0f4; border-bottom: 1px solid #edf0f4; list-style: none; }
.job-card__facts li { display: flex; min-width: 0; align-items: center; gap: 6px; overflow: hidden; color: #445064; font-size: 10px; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }
.job-card__facts svg { width: 14px; height: 14px; flex: 0 0 auto; color: var(--job-color); }
.job-card__excerpt { display: -webkit-box; overflow: hidden; margin: 13px 0 16px; color: #596273; font-size: 12px; line-height: 1.5; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.job-card__footer { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: auto; }
.job-card__footer small { color: #7a8493; font-size: 9px; }
.job-card__footer > div { display: flex; gap: 6px; }
.job-card__details,.job-card__apply { display: inline-flex; min-height: 32px; align-items: center; justify-content: center; padding: 0 10px; border: 1px solid #ccd4de; border-radius: 7px; color: #26344a; background: #fff; font-size: 10px; font-weight: 800; text-decoration: none; cursor: pointer; }
.job-card__apply { border-color: var(--job-color); color: #fff; background: var(--job-color); }
.jobs-results.is-list { grid-template-columns: 1fr; }
.jobs-results.is-list .job-card { display: grid; grid-template-columns: 235px minmax(0,1fr); }
.jobs-results.is-list .job-card::after { position: absolute; }
.jobs-results.is-list .job-card__banner { min-height: 100%; }
.jobs-results.is-list .job-card__body { padding: 18px 22px; }
.jobs-results.is-list .job-card__facts { grid-template-columns: repeat(4,minmax(0,1fr)); }
.jobs-results.is-list .job-card__excerpt { -webkit-line-clamp: 2; }
.jobs-empty { min-height: 300px; place-items: center; align-content: center; gap: 9px; color: #667386; text-align: center; }
.jobs-empty:not([hidden]) { display: grid; }
.jobs-empty svg { width: 40px; height: 40px; color: var(--nexo-blue); }
.jobs-empty p { margin: 0; font-size: 12px; }
.jobs-load-more { display: grid; place-items: center; gap: 11px; padding-top: 28px; color: #737f90; font-size: 11px; }
.jobs-load-more button { display: inline-flex; min-height: 42px; align-items: center; gap: 8px; padding: 0 19px; border: 1px solid var(--nexo-blue); border-radius: 8px; color: var(--nexo-blue); background: #fff; font-size: 12px; font-weight: 800; cursor: pointer; }
.jobs-load-more svg { width: 17px; }
.job-modal { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 20px; background: rgba(3,14,34,.72); backdrop-filter: blur(4px); }
.job-modal[hidden] { display: none; }
.job-modal__card { position: relative; width: min(650px,100%); max-height: min(800px,90vh); overflow: auto; border-radius: 16px; background: #fff; box-shadow: 0 24px 60px rgba(0,0,0,.3); }
.job-modal__close { position: absolute; z-index: 2; top: 12px; right: 12px; display: grid; width: 38px; height: 38px; place-items: center; border: 0; border-radius: 50%; color: #fff; background: rgba(3,22,52,.55); cursor: pointer; }
.job-modal__close svg { width: 21px; }
.job-modal__banner { padding: 37px 65px 32px 30px; color: #fff; background: linear-gradient(135deg,color-mix(in srgb,var(--job-color),#061633 34%),var(--job-color)); }
.job-modal__banner span { font-size: 10px; font-weight: 800; letter-spacing: 1px; }
.job-modal__banner h2 { margin: 9px 0 0; font-size: 31px; line-height: 1.08; }
.job-modal__content { padding: 26px 30px 30px; }
.job-modal__company { margin: 0 0 17px; color: #344155; font-weight: 800; }
.job-modal__tags { display: flex; flex-wrap: wrap; gap: 8px; }
.job-modal__tags span { display: inline-flex; align-items: center; gap: 5px; padding: 7px 9px; border-radius: 7px; color: #46536a; background: #f0f4f8; font-size: 11px; font-weight: 700; }
.job-modal__tags svg { width: 14px; }
.job-modal__content h3 { margin: 25px 0 9px; font-size: 16px; }
.job-modal__description { margin: 0; color: #556174; font-size: 13px; line-height: 1.65; white-space: pre-line; }
.job-modal__source { display: flex; justify-content: space-between; gap: 20px; margin-top: 21px; padding-top: 15px; border-top: 1px solid #e6eaf0; color: #707b8b; font-size: 10px; }
.job-modal__apply { display: inline-flex; min-height: 44px; align-items: center; gap: 7px; margin-top: 20px; padding: 0 17px; border-radius: 8px; color: #fff; background: var(--nexo-blue); font-size: 12px; font-weight: 800; }
.job-modal__apply svg { width: 17px; }
.job-modal__notice { display: block; margin-top: 16px; color: #778294; font-size: 10px; }
.job-detail-hero { position: relative; overflow: hidden; min-height: 310px; display: flex; align-items: flex-end; padding: 48px; border-radius: 16px; color: #fff; background: linear-gradient(135deg,color-mix(in srgb,var(--job-color),#071c42 32%),var(--job-color)); }
.job-detail-hero::after { position: absolute; top: -150px; right: -80px; width: 400px; height: 400px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; box-shadow: 0 0 0 60px rgba(255,255,255,.05),0 0 0 120px rgba(255,255,255,.03); content: ""; }
.job-detail-hero > div { position: relative; z-index: 1; max-width: 760px; }
.job-detail-hero span { font-size: 11px; font-weight: 800; letter-spacing: 1.3px; }
.job-detail-hero h1 { margin: 14px 0 10px; font-size: clamp(38px,6vw,64px); line-height: 1; letter-spacing: -2px; }
.job-detail-hero p { margin: 0; color: #e5f2ff; font-size: 20px; }
.job-detail-share-row { padding: 22px 0; }
.job-detail-map { color: #062c52; background: #27dfd1; }
@media (max-width:980px) { .jobs-hero { grid-template-columns: 1fr 250px; padding-inline: 38px; } .jobs-filters { grid-template-columns: repeat(2,1fr); } .jobs-results { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (max-width:760px) { .jobs-main { padding-top: 14px; } .jobs-hero { min-height: 300px; grid-template-columns: 1fr; gap: 24px; padding: 34px 24px; } .jobs-hero__art { min-height: 58px; width: fit-content; padding: 12px 18px; } .jobs-hero__art svg { width: 25px; height: 25px; } .jobs-hero__art strong { font-size: 17px; } .jobs-hero h1 { font-size: 39px; } .jobs-hero p { font-size: 14px; } .jobs-filter-panel { margin: -14px 10px 0; padding: 20px 16px; } .jobs-filter-panel__heading { align-items: flex-start; } .jobs-filter-panel__heading h2 { font-size: 19px; } .jobs-filters { grid-template-columns: 1fr; } .jobs-results { grid-template-columns: 1fr; } .job-card__banner { min-height: 128px; } .jobs-results.is-list .job-card { grid-template-columns: 108px minmax(0,1fr); } .jobs-results.is-list .job-card__banner { padding: 12px; } .jobs-results.is-list .job-card__banner span { font-size: 14px; } .jobs-results.is-list .job-card__body { padding: 14px; } .jobs-results.is-list .job-card__facts { grid-template-columns: 1fr 1fr; } .jobs-results.is-list .job-card__excerpt { display: none; } .jobs-results.is-list .job-card__footer { align-items: flex-end; } .jobs-results.is-list .job-card__details { display: none; } }
@media (max-width:430px) { .jobs-hero { min-height: 285px; border-radius: 12px; } .jobs-hero h1 { font-size: 34px; letter-spacing: -1.4px; } .jobs-hero__trust { gap: 9px; flex-direction: column; } .jobs-filter-panel__heading button { font-size: 0; } .jobs-filter-panel__heading button svg { width: 19px; } .jobs-catalog__heading h2 { font-size: 20px; } .jobs-results.is-list .job-card { grid-template-columns: 92px minmax(0,1fr); } .jobs-results.is-list .job-card__facts { grid-template-columns: 1fr; } .jobs-results.is-list .job-card__facts li:nth-child(n+3) { display: none; } .jobs-results.is-list .job-card__apply { display: none; } .job-card__footer { align-items: flex-end; } .job-modal { padding: 8px; } .job-modal__card { max-height: 94vh; } .job-modal__banner { padding: 32px 54px 26px 22px; } .job-modal__banner h2 { font-size: 25px; } .job-modal__content { padding: 22px; } }
