.vacancy-hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(120deg, #06364d 0%, #075a6b 58%, #0b8584 100%);
}

.vacancy-hero::before,
.vacancy-hero::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 50%;
    pointer-events: none;
}

.vacancy-hero::before { width: 420px; height: 420px; right: -130px; top: -210px; }
.vacancy-hero::after { width: 260px; height: 260px; right: 18%; bottom: -205px; }

.vacancy-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0,1.25fr) minmax(260px,.55fr);
    align-items: center;
    gap: 70px;
}

.vacancy-hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 8px 0 12px;
    color: #f4cf7c;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.vacancy-hero-kicker i,
.vacancy-stats-strip i,
.vacancy-card-top i,
.vacancy-card-meta i,
.vacancy-detail-overview i,
.vacancy-timeline li > span,
.vacancy-detail-symbol,
.vacancy-contact-card > i,
.vacancy-archive-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.vacancy-hero-kicker svg,
.vacancy-stats-strip svg,
.vacancy-card-top svg,
.vacancy-card-meta svg,
.vacancy-detail-overview svg,
.vacancy-timeline svg,
.vacancy-detail-symbol svg,
.vacancy-contact-card > i svg,
.vacancy-archive-icon svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.vacancy-hero-art {
    position: relative;
    min-height: 250px;
}

.vacancy-hero-art > div {
    position: absolute;
    inset: 18px 45px 12px 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f3c760;
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 38px;
    background: rgba(2,45,61,.38);
    box-shadow: 0 30px 70px rgba(0,25,35,.24);
    backdrop-filter: blur(8px);
}

.vacancy-hero-art > div svg { width: 116px; height: 116px; fill: none; stroke: currentColor; stroke-width: 1.25; }
.vacancy-hero-art > span { position: absolute; width: 58px; height: 58px; color: #fff; border: 1px solid rgba(255,255,255,.26); border-radius: 18px; background: rgba(255,255,255,.11); backdrop-filter: blur(6px); }
.vacancy-hero-art > span:nth-of-type(1) { top: 0; right: 14px; }
.vacancy-hero-art > span:nth-of-type(2) { bottom: 12px; left: 0; }
.vacancy-hero-art > span:nth-of-type(3) { right: 0; bottom: 4px; }
.vacancy-hero-art > span svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 1.7; }

.vacancy-stats-strip {
    position: relative;
    z-index: 4;
    margin-top: -38px;
}

.vacancy-stats-strip .container {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    overflow: hidden;
    border: 1px solid #dce8e9;
    border-radius: 22px;
    background: #fff;
    box-shadow: var(--shadow-md);
}

.vacancy-stats-strip article {
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 92px;
    padding: 18px 28px;
    border-right: 1px solid #e2ebec;
}
.vacancy-stats-strip article:last-child { border-right: 0; }
.vacancy-stats-strip i { width: 48px; height: 48px; color: var(--teal); border-radius: 15px; background: #ebf6f4; }
.vacancy-stats-strip span { color: var(--muted); font-size: 13px; }
.vacancy-stats-strip strong { display: block; color: var(--navy); font-family: var(--font-display); font-size: 28px; line-height: 1; }

.vacancy-list-page { padding-top: 76px; }
.vacancy-forms-section { margin-bottom: 48px; }
.vacancy-forms-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }

.vacancy-document-link {
    display: grid;
    grid-template-columns: auto minmax(0,1fr) auto;
    align-items: center;
    gap: 14px;
    min-height: 76px;
    padding: 14px 16px;
    color: var(--ink);
    border: 1px solid #dce8e9;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(6,54,77,.05);
}
.vacancy-document-link:hover { color: var(--teal); border-color: #a9d2cf; transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.vacancy-document-link strong { display: block; font-size: 13px; line-height: 1.35; }
.vacancy-document-link small { display: block; margin-top: 4px; color: var(--muted); font-size: 10px; line-height: 1.3; }
.vacancy-document-link b { font-size: 18px; }
.vacancy-document-type { display: inline-flex; align-items: center; justify-content: center; min-width: 44px; height: 44px; padding: 0 7px; color: #fff; border-radius: 12px; background: linear-gradient(145deg,var(--teal),var(--navy)); font-size: 9px; font-weight: 850; letter-spacing: .08em; }

.vacancy-filter-form {
    display: grid;
    grid-template-columns: minmax(220px,1.35fr) repeat(3,minmax(150px,.75fr)) auto auto;
    align-items: end;
    gap: 12px;
    margin: 0 0 42px;
    padding: 20px;
    border: 1px solid #dce8e9;
    border-radius: 19px;
    background: #fff;
    box-shadow: var(--shadow-sm);
}
.vacancy-filter-form label { display: grid; gap: 6px; color: var(--navy); font-size: 10px; font-weight: 800; }
.vacancy-filter-form input,
.vacancy-filter-form select { min-height: 45px; width: 100%; border: 1px solid #cfdfe1; border-radius: 11px; padding: 0 12px; background: #fff; font: inherit; }
.vacancy-filter-form .button { min-height: 45px; padding-inline: 18px; white-space: nowrap; }

.vacancy-current-section { margin-bottom: 56px; }
.vacancy-card-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.vacancy-card { position: relative; display: flex; flex-direction: column; overflow: hidden; min-height: 430px; border: 1px solid #dbe7e8; border-radius: 22px; background: #fff; box-shadow: var(--shadow-sm); }
.vacancy-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 4px; background: linear-gradient(90deg,var(--teal),var(--gold)); opacity: 0; }
.vacancy-card.featured::before { opacity: 1; }
.vacancy-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.vacancy-card-top { display: flex; align-items: center; justify-content: space-between; padding: 20px 20px 0; }
.vacancy-card-top i { width: 44px; height: 44px; color: var(--teal); border-radius: 14px; background: #ebf6f4; }
.vacancy-status { display: inline-flex; align-items: center; width: fit-content; min-height: 26px; padding: 4px 10px; border-radius: 999px; font-size: 9px; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.vacancy-status.is-open { color: #0a6c49; background: #dcf5e9; }
.vacancy-status.is-pending { color: #8a6100; background: #fff1c9; }
.vacancy-status.is-progress { color: #075c80; background: #dceff8; }
.vacancy-status.is-completed { color: #316042; background: #e5f1e8; }
.vacancy-status.is-cancelled { color: #9b2d34; background: #fde5e6; }
.vacancy-status.is-archived,
.vacancy-status.is-draft { color: #5b6870; background: #edf1f2; }
.vacancy-card-body { flex: 1; padding: 18px 20px 16px; }
.vacancy-card-type { color: var(--teal); font-size: 10px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.vacancy-card h3 { margin: 9px 0 8px; font-family: var(--font-display); font-size: 25px; line-height: 1.08; }
.vacancy-card h3 a { color: var(--navy); }
.vacancy-card h3 a:hover { color: var(--teal); }
.vacancy-card-department { margin: 0 0 12px; color: var(--ink); font-weight: 750; }
.vacancy-card-body > p:last-child { color: var(--muted); font-size: 13px; line-height: 1.6; }
.vacancy-card-meta { display: grid; grid-template-columns: 1.35fr .65fr; border-top: 1px solid #e4ecee; }
.vacancy-card-meta > span { position: relative; display: grid; grid-template-columns: auto 1fr; column-gap: 8px; align-content: center; min-height: 78px; padding: 12px 16px; color: var(--muted); font-size: 10px; }
.vacancy-card-meta > span + span { border-left: 1px solid #e4ecee; }
.vacancy-card-meta i { grid-row: 1 / span 2; width: 30px; height: 30px; color: var(--teal); }
.vacancy-card-meta i svg { width: 18px; height: 18px; }
.vacancy-card-meta b { color: var(--ink); font-size: 10px; }
.vacancy-card-meta em { position: absolute; right: 10px; top: -13px; padding: 4px 7px; color: #7a5500; border-radius: 8px; background: #ffe59c; font-size: 8px; font-style: normal; font-weight: 800; }
.vacancy-card-link { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; color: #fff; background: linear-gradient(100deg,var(--navy),var(--blue)); font-size: 11px; font-weight: 800; }
.vacancy-card-link:hover { color: #fff; background: linear-gradient(100deg,var(--blue),var(--teal)); }

.vacancy-archive-section { padding-top: 10px; }
.vacancy-archive-list { display: grid; gap: 10px; }
.vacancy-archive-list article { display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 16px; padding: 16px 18px; border: 1px solid #dce7e8; border-radius: 15px; background: #fff; }
.vacancy-archive-list article:hover { border-color: #a9d2cf; box-shadow: var(--shadow-sm); }
.vacancy-archive-icon { width: 44px; height: 44px; color: var(--teal); border-radius: 13px; background: #edf6f4; }
.vacancy-archive-list h3 { margin: 7px 0 3px; font-size: 17px; }
.vacancy-archive-list h3 a { color: var(--navy); }
.vacancy-archive-list p { margin: 0; color: var(--muted); font-size: 11px; }
.vacancy-archive-list article > a { color: var(--teal); font-size: 11px; font-weight: 800; }

.vacancy-detail-hero { background: linear-gradient(120deg,#052f45,#086b75 65%,#0b8584); }
.vacancy-detail-heading { display: grid; grid-template-columns: minmax(0,1fr) 160px; align-items: center; gap: 48px; }
.vacancy-detail-heading h1 { max-width: 950px; margin-top: 12px; }
.vacancy-detail-type { margin: 13px 0 0; color: #f3cf79 !important; font-size: 11px !important; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.vacancy-detail-symbol { width: 150px; height: 150px; color: #f1c562; border: 1px solid rgba(255,255,255,.25); border-radius: 34px; background: rgba(255,255,255,.08); }
.vacancy-detail-symbol svg { width: 78px; height: 78px; }
.vacancy-detail-page { padding-top: 54px; }
.vacancy-detail-overview { display: grid; grid-template-columns: repeat(4,1fr); overflow: hidden; margin-bottom: 44px; border: 1px solid #dce8e9; border-radius: 19px; background: #fff; box-shadow: var(--shadow-sm); }
.vacancy-detail-overview article { display: flex; align-items: center; gap: 13px; min-height: 94px; padding: 16px 18px; border-right: 1px solid #e3ebed; }
.vacancy-detail-overview article:last-child { border-right: 0; }
.vacancy-detail-overview i { width: 42px; height: 42px; flex: 0 0 42px; color: var(--teal); border-radius: 13px; background: #edf6f4; }
.vacancy-detail-overview small,
.vacancy-detail-overview em { display: block; color: var(--muted); font-size: 9px; font-style: normal; }
.vacancy-detail-overview strong { display: block; margin: 2px 0; color: var(--navy); font-size: 13px; line-height: 1.3; }

.vacancy-timeline-section { margin-bottom: 46px; }
.vacancy-timeline { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 0; margin: 0; padding: 0; list-style: none; }
.vacancy-timeline li { position: relative; display: flex; gap: 10px; min-height: 88px; padding: 14px 12px; border: 1px solid #dce8e9; border-right: 0; background: #fff; }
.vacancy-timeline li:first-child { border-radius: 15px 0 0 15px; }
.vacancy-timeline li:last-child { border-right: 1px solid #dce8e9; border-radius: 0 15px 15px 0; }
.vacancy-timeline li > span { width: 32px; height: 32px; flex: 0 0 32px; color: var(--teal); border-radius: 10px; background: #edf6f4; }
.vacancy-timeline li > span svg { width: 17px; height: 17px; }
.vacancy-timeline strong,
.vacancy-timeline time { display: block; }
.vacancy-timeline strong { color: var(--navy); font-size: 10px; }
.vacancy-timeline time { margin-top: 5px; color: var(--muted); font-size: 9px; line-height: 1.4; }

.vacancy-detail-columns { display: grid; grid-template-columns: minmax(0,1.65fr) minmax(280px,.7fr); align-items: start; gap: 28px; }
.vacancy-detail-columns main,
.vacancy-detail-columns aside { display: grid; gap: 20px; }
.vacancy-content-card,
.vacancy-side-card,
.vacancy-documents-section { padding: 25px; border: 1px solid #dce8e9; border-radius: 19px; background: #fff; box-shadow: 0 8px 24px rgba(6,54,77,.045); }
.vacancy-content-card h2,
.vacancy-side-card h2 { margin: 0 0 14px; color: var(--navy); font-size: 23px; }
.vacancy-rich-text { color: #48616d; font-size: 14px; line-height: 1.75; }
.vacancy-side-card dl { display: grid; gap: 12px; margin: 0; }
.vacancy-side-card dl div { padding-bottom: 10px; border-bottom: 1px solid #e5ecee; }
.vacancy-side-card dl div:last-child { padding-bottom: 0; border-bottom: 0; }
.vacancy-side-card dt { color: var(--muted); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.vacancy-side-card dd { margin: 4px 0 0; color: var(--ink); font-size: 13px; font-weight: 700; }
.vacancy-side-documents { display: grid; gap: 9px; }
.vacancy-side-documents .vacancy-document-link { min-height: 66px; padding: 10px; }
.vacancy-side-documents .vacancy-document-type { min-width: 38px; height: 38px; }
.vacancy-contact-card { color: #d9e8eb; background: linear-gradient(145deg,var(--navy),var(--blue)); }
.vacancy-contact-card > i { width: 48px; height: 48px; color: #f1c562; border-radius: 14px; background: rgba(255,255,255,.1); }
.vacancy-contact-card h2 { margin-top: 14px; color: #fff; }
.vacancy-contact-card p { font-size: 12px; line-height: 1.6; }
.vacancy-contact-card .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    font-weight: 800;
    color: var(--navy);
    border-color: #ffffff;
    background: #ffffff;
}
.vacancy-contact-card .button:hover {
    color: var(--navy);
    border-color: #f1c562;
    background: #f7e0a1;
}
.vacancy-contact-card .button:focus-visible {
    outline: 2px solid #ffffff;
    outline-offset: 2px;
}

.vacancy-documents-section { margin-top: 4px; }
.vacancy-document-groups { display: grid; gap: 11px; }
.vacancy-document-group { overflow: hidden; border: 1px solid #dce8e9; border-radius: 14px; background: #fbfcfc; }
.vacancy-document-group summary { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 15px 17px; cursor: pointer; list-style: none; }
.vacancy-document-group summary::-webkit-details-marker { display: none; }
.vacancy-document-group summary > span { display: flex; align-items: center; gap: 11px; }
.vacancy-document-group summary i { display: inline-flex; width: 34px; height: 34px; align-items: center; justify-content: center; color: var(--teal); border-radius: 10px; background: #eaf5f3; }
.vacancy-document-group summary i svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.vacancy-document-group summary strong { color: var(--navy); font-size: 13px; }
.vacancy-document-group summary > b { display: inline-flex; min-width: 25px; height: 25px; align-items: center; justify-content: center; color: var(--teal); border-radius: 999px; background: #e6f4f2; font-size: 10px; }
.vacancy-document-group[open] summary { border-bottom: 1px solid #dce8e9; background: #f2f8f7; }
.vacancy-document-group > div { display: grid; gap: 9px; padding: 12px; }
.vacancy-back-link { display: inline-flex; margin-top: 30px; color: var(--teal); font-weight: 800; }

@media (max-width: 1180px) {
    .vacancy-filter-form { grid-template-columns: repeat(3,1fr); }
    .vacancy-card-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .vacancy-forms-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .vacancy-detail-overview { grid-template-columns: repeat(2,1fr); }
    .vacancy-detail-overview article:nth-child(2) { border-right: 0; }
    .vacancy-detail-overview article:nth-child(-n+2) { border-bottom: 1px solid #e3ebed; }
    .vacancy-timeline { grid-template-columns: repeat(3,1fr); gap: 8px; }
    .vacancy-timeline li { border: 1px solid #dce8e9; border-radius: 12px !important; }
}

@media (max-width: 860px) {
    .vacancy-hero-grid { grid-template-columns: 1fr; gap: 20px; }
    .vacancy-hero-art { display: none; }
    .vacancy-stats-strip { margin-top: -22px; }
    .vacancy-stats-strip .container { grid-template-columns: 1fr; }
    .vacancy-stats-strip article { min-height: 72px; border-right: 0; border-bottom: 1px solid #e2ebec; }
    .vacancy-stats-strip article:last-child { border-bottom: 0; }
    .vacancy-filter-form { grid-template-columns: 1fr 1fr; }
    .vacancy-detail-heading { grid-template-columns: 1fr; }
    .vacancy-detail-symbol { display: none; }
    .vacancy-detail-columns { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
    .vacancy-list-page { padding-top: 55px; }
    .vacancy-forms-grid,
    .vacancy-card-grid,
    .vacancy-filter-form,
    .vacancy-detail-overview,
    .vacancy-timeline { grid-template-columns: 1fr; }
    .vacancy-filter-form .button { width: 100%; }
    .vacancy-card { min-height: 0; }
    .vacancy-card-meta { grid-template-columns: 1fr; }
    .vacancy-card-meta > span + span { border-left: 0; border-top: 1px solid #e4ecee; }
    .vacancy-archive-list article { grid-template-columns: auto minmax(0,1fr); }
    .vacancy-archive-list article > a { grid-column: 2; }
    .vacancy-detail-overview article { border-right: 0 !important; border-bottom: 1px solid #e3ebed !important; }
    .vacancy-detail-overview article:last-child { border-bottom: 0 !important; }
    .vacancy-document-link { grid-template-columns: auto minmax(0,1fr); }
    .vacancy-document-link > b { display: none; }
    .vacancy-content-card,
    .vacancy-side-card,
    .vacancy-documents-section { padding: 18px; }
}

/* v0.4.6.31.89 – proceduri închise manual */
.vacancy-closure-notice { display: grid; grid-template-columns: 52px minmax(0,1fr); gap: 14px; align-items: start; margin: 22px 0 4px; padding: 18px 20px; border: 1px solid rgba(7,75,96,.14); border-radius: 16px; background: #fff; box-shadow: 0 12px 32px rgba(8,54,70,.05); }
.vacancy-closure-notice > div { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 13px; background: #edf6f5; color: #087f82; }
.vacancy-closure-notice svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.vacancy-closure-notice span { min-width: 0; }
.vacancy-closure-notice small { display: block; margin-bottom: 3px; color: #60747c; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.vacancy-closure-notice strong { display: block; color: #073e55; font-size: 19px; }
.vacancy-closure-notice p { margin: 7px 0 0; color: #425f69; line-height: 1.55; }
.vacancy-closure-notice time { display: block; margin-top: 8px; color: #71838a; font-size: 11px; }
@media (max-width: 640px) { .vacancy-closure-notice { grid-template-columns: 1fr; } }
