
/* =========================================================
   Vieckia.com — Candidate experience
   Extends the original HRnest / HN Monogram Loop concept.
   ========================================================= */

.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.candidate-site {
    background: #f7f9fd;
}

.candidate-site .site-header {
    background: rgba(255, 255, 255, 0.96);
}

.candidate-site .primary-nav a[aria-current="page"] {
    color: var(--mint-700);
}

.candidate-site .primary-nav a[aria-current="page"]::after {
    transform: scaleX(1);
}

.audience-button {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    border: 1px solid rgba(20, 31, 92, 0.14);
    border-radius: 12px;
    color: var(--navy-900);
    background: linear-gradient(135deg, #fff, #f1faf7);
    font-size: 0.8rem;
    font-weight: 750;
    white-space: nowrap;
    transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition);
}

.audience-button:hover {
    border-color: var(--mint-500);
    box-shadow: 0 8px 24px rgba(23, 153, 120, 0.12);
    transform: translateY(-1px);
}

.nav-audience-mobile {
    display: none;
}

.candidate-hero {
    position: relative;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 78% 20%, rgba(60, 195, 154, 0.22), transparent 28%),
        radial-gradient(circle at 18% 100%, rgba(255, 138, 0, 0.14), transparent 28%),
        linear-gradient(125deg, #091238 0%, #131d59 48%, #182b73 100%);
}

.candidate-hero::before {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,.028) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.028) 1px, transparent 1px);
    background-size: 48px 48px;
    content: "";
    mask-image: linear-gradient(to bottom, #000, transparent 92%);
}

.candidate-hero__orb {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 50%;
}

.candidate-hero__orb--one {
    top: -270px;
    right: -140px;
    width: 700px;
    height: 700px;
}

.candidate-hero__orb--two {
    right: 110px;
    bottom: -430px;
    width: 620px;
    height: 620px;
}

.candidate-hero__inner {
    position: relative;
    z-index: 2;
    display: grid;
    min-height: 680px;
    align-items: center;
    grid-template-columns: minmax(0, 1.15fr) minmax(380px, 0.85fr);
    gap: 70px;
    padding-block: 82px 100px;
}

.candidate-hero__copy {
    max-width: 780px;
}

.candidate-eyebrow {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 28px;
    color: var(--mint-300);
    font-size: 0.78rem;
    font-weight: 750;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.candidate-eyebrow::before {
    width: 42px;
    height: 2px;
    border-radius: 2px;
    background: linear-gradient(90deg, var(--mint-500), var(--orange-500));
    content: "";
}

.candidate-eyebrow i {
    padding: 6px 9px;
    border: 1px solid rgba(255, 182, 91, 0.38);
    border-radius: 999px;
    color: #ffd19b;
    background: rgba(255, 138, 0, 0.12);
    font-style: normal;
    letter-spacing: 0.04em;
    text-transform: none;
}

.candidate-hero h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(3.4rem, 6.5vw, 6.2rem);
    font-weight: 790;
    line-height: 0.98;
    letter-spacing: -0.065em;
}

.candidate-hero h1 span,
.candidate-hero h1 strong {
    display: block;
}

.candidate-hero h1 strong {
    margin-top: 10px;
    color: transparent;
    background: linear-gradient(100deg, #fff 0%, var(--mint-300) 55%, #ffc276 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

.candidate-hero__copy > p {
    max-width: 720px;
    margin: 30px 0 36px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 1.08rem;
    line-height: 1.8;
}

.job-search-panel {
    display: grid;
    grid-template-columns: 1.25fr 0.8fr 0.85fr auto;
    gap: 10px;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 26px 70px rgba(2, 8, 36, 0.34);
}

.job-search-panel label {
    display: grid;
    gap: 5px;
    min-width: 0;
    padding: 4px 13px;
    border-right: 1px solid var(--line);
}

.job-search-panel label > span {
    color: var(--slate-500);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.search-field {
    display: flex;
    align-items: center;
    gap: 9px;
    min-width: 0;
}

.search-field svg {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    fill: none;
    stroke: var(--mint-700);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.search-field input,
.search-field select {
    width: 100%;
    min-width: 0;
    height: 34px;
    padding: 0;
    border: 0;
    outline: 0;
    color: var(--navy-900);
    background: transparent;
    font-size: 0.84rem;
    font-weight: 600;
}

.search-field select {
    cursor: pointer;
}

.button--candidate {
    color: #fff;
    background: linear-gradient(135deg, var(--mint-700), var(--mint-500));
    box-shadow: 0 12px 30px rgba(23, 153, 120, 0.24);
}

.button--candidate:hover {
    box-shadow: 0 16px 36px rgba(23, 153, 120, 0.34);
}

.job-search-panel .button {
    min-height: 62px;
    padding-inline: 21px;
    border-radius: 15px;
}

.candidate-hero__company-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 24px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.86rem;
    font-weight: 700;
}

.candidate-hero__company-link:hover {
    color: #fff;
}

.candidate-hero__company-link svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.candidate-hero__visual {
    position: relative;
    width: 460px;
    height: 460px;
    justify-self: end;
}

.career-orbit {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
}

.career-orbit--a {
    inset: 20px;
    border-style: dashed;
    animation: spin 36s linear infinite;
}

.career-orbit--b {
    inset: 86px;
    border-color: rgba(60, 195, 154, 0.32);
    animation: spin 24s linear infinite reverse;
}

.career-core {
    position: absolute;
    top: 50%;
    left: 50%;
    display: grid;
    width: 190px;
    height: 190px;
    place-items: center;
    padding: 26px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 50%;
    background: radial-gradient(circle at 40% 30%, rgba(60,195,154,.35), rgba(10,18,56,.92) 68%);
    box-shadow: 0 0 0 22px rgba(60, 195, 154, 0.05), 0 28px 70px rgba(3, 9, 40, .45);
    transform: translate(-50%, -50%);
}

.career-core img {
    width: 68px;
    height: 68px;
}

.career-core span {
    margin-top: -5px;
    color: var(--mint-300);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.career-core strong {
    margin-top: -16px;
    color: #fff;
    font-size: 1rem;
}

.career-node {
    position: absolute;
    display: grid;
    width: 88px;
    height: 88px;
    place-items: center;
    padding: 10px;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 22px;
    background: rgba(255,255,255,.1);
    box-shadow: 0 18px 40px rgba(3,9,40,.2);
    backdrop-filter: blur(12px);
    animation: float 5s ease-in-out infinite;
}

.career-node span {
    color: #fff;
    font-weight: 800;
}

.career-node small {
    color: rgba(255,255,255,.65);
    font-size: .64rem;
}

.career-node--one { top: 30px; left: 38px; }
.career-node--two { top: 52px; right: 4px; animation-delay: -1.3s; }
.career-node--three { right: 22px; bottom: 36px; animation-delay: -2.5s; }
.career-node--four { bottom: 22px; left: 45px; animation-delay: -.7s; }

.candidate-stats {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: -48px;
    border: 1px solid rgba(226, 231, 239, 0.9);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 22px 60px rgba(10, 18, 56, 0.13);
}

.candidate-stats div {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 10px;
    padding: 24px;
    border-right: 1px solid var(--line);
}

.candidate-stats div:last-child {
    border-right: 0;
}

.candidate-stats strong {
    color: var(--navy-900);
    font-size: 1.8rem;
    font-weight: 800;
}

.candidate-stats span {
    color: var(--slate-500);
    font-size: 0.8rem;
    font-weight: 600;
}

.candidate-section {
    padding-block: 100px;
}

.candidate-section--featured {
    padding-top: 125px;
    background: #f7f9fd;
}

.candidate-section--listing {
    border-top: 1px solid var(--line);
    background: #fff;
}

.candidate-section--companies {
    background:
        radial-gradient(circle at 10% 15%, rgba(60,195,154,.10), transparent 25%),
        #f4faf8;
}

.candidate-section--support {
    background: #fff;
}

.candidate-heading {
    display: grid;
    align-items: end;
    grid-template-columns: minmax(0, 1.05fr) minmax(300px, .65fr);
    gap: 60px;
    margin-bottom: 42px;
}

.candidate-heading > div > span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    color: var(--mint-700);
    font-size: 0.76rem;
    font-weight: 760;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.candidate-heading > div > span::before {
    width: 34px;
    height: 2px;
    background: linear-gradient(90deg, var(--mint-500), var(--orange-500));
    content: "";
}

.candidate-heading h2 {
    max-width: 780px;
    font-size: clamp(2.3rem, 4.4vw, 4rem);
}

.candidate-heading > p {
    margin-bottom: 2px;
    font-size: .98rem;
    line-height: 1.8;
}

.candidate-heading--center {
    display: block;
    max-width: 900px;
    margin-inline: auto;
    text-align: center;
}

.candidate-heading--center > div > span {
    justify-content: center;
}

.featured-jobs-grid,
.jobs-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.jobs-grid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.job-card {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 100%;
    flex-direction: column;
    border: 1px solid #dfe6ef;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 9px 30px rgba(15, 28, 73, 0.06);
    overflow: hidden;
    transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition);
}

.job-card:hover {
    border-color: rgba(60,195,154,.5);
    box-shadow: 0 20px 50px rgba(15,28,73,.12);
    transform: translateY(-4px);
}

.job-card--featured::before {
    position: absolute;
    top: 0;
    right: 34px;
    left: 34px;
    height: 3px;
    border-radius: 0 0 5px 5px;
    background: linear-gradient(90deg, var(--mint-500), var(--orange-500));
    content: "";
}

.job-card__head {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 22px 24px 0;
}

.company-logo {
    display: grid;
    width: 54px;
    height: 54px;
    flex: 0 0 auto;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 15px;
    background: #fff;
    overflow: hidden;
}

.company-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.job-card__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.badge {
    display: inline-flex;
    align-items: center;
    min-height: 27px;
    padding: 0 9px;
    border-radius: 999px;
    font-size: .66rem;
    font-weight: 750;
}

.badge--orange {
    color: #b25300;
    background: var(--orange-100);
}

.badge--mint {
    color: var(--mint-700);
    background: var(--mint-100);
}

.save-job {
    display: grid;
    width: 40px;
    height: 40px;
    flex: 0 0 auto;
    place-items: center;
    margin-left: auto;
    border: 1px solid var(--line);
    border-radius: 12px;
    color: var(--slate-500);
    background: #fff;
    transition: color var(--transition), border-color var(--transition), background var(--transition);
}

.save-job:hover,
.save-job.is-saved {
    border-color: var(--mint-500);
    color: var(--mint-700);
    background: var(--mint-100);
}

.save-job svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.save-job.is-saved svg {
    fill: currentColor;
}

.job-card__body {
    flex: 1;
    padding: 18px 24px 22px;
}

.job-card__company {
    display: inline-block;
    margin-bottom: 6px;
    color: var(--mint-700);
    font-size: .78rem;
    font-weight: 730;
}

.job-card__project-line {
    display: block;
    margin: -2px 0 8px;
    color: var(--slate-500);
    font-size: .68rem;
    font-weight: 650;
}

.job-card h3 {
    margin-bottom: 10px;
    font-size: 1.28rem;
    line-height: 1.34;
    letter-spacing: -.025em;
}

.job-card h3 a:hover {
    color: var(--mint-700);
}

.job-card__body > p {
    min-height: 52px;
    margin-bottom: 18px;
    font-size: .83rem;
    line-height: 1.65;
}

.job-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 9px 16px;
    margin-bottom: 15px;
}

.job-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--slate-600);
    font-size: .74rem;
    font-weight: 600;
}

.job-meta svg,
.company-card__foot svg {
    width: 15px;
    height: 15px;
    fill: none;
    stroke: var(--mint-700);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.job-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.job-tag {
    display: inline-flex;
    min-height: 27px;
    align-items: center;
    padding: 0 9px;
    border: 1px solid var(--line);
    border-radius: 8px;
    color: var(--slate-600);
    background: #fafbfe;
    font-size: .66rem;
    font-weight: 650;
}

.job-tag--category {
    border-color: rgba(60,195,154,.25);
    color: var(--mint-700);
    background: var(--mint-100);
}

.job-card__foot {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    padding: 17px 24px 20px;
    border-top: 1px solid var(--line);
    background: #fbfcfe;
}

.job-card__foot > div:first-child {
    min-width: 0;
}

.job-card__foot small {
    display: block;
    margin-bottom: 2px;
    color: var(--slate-500);
    font-size: .65rem;
}

.job-card__foot strong {
    display: block;
    color: var(--navy-900);
    font-size: .86rem;
    line-height: 1.4;
}

.job-card__action {
    flex: 0 0 auto;
    text-align: right;
}

.job-card__action > span {
    display: block;
    margin-bottom: 4px;
    color: var(--slate-500);
    font-size: .63rem;
}

.job-card__action a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: var(--mint-700);
    font-size: .75rem;
    font-weight: 750;
}

.job-card__action svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.section-action {
    display: flex;
    justify-content: center;
    margin-top: 34px;
}

.listing-toolbar {
    display: flex;
    min-height: 62px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px;
    padding: 10px 16px 10px 21px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: #f9fbfd;
}

.listing-toolbar strong {
    color: var(--navy-900);
    font-size: .9rem;
}

.listing-toolbar__actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.listing-toolbar select {
    height: 40px;
    padding: 0 36px 0 12px;
    border: 1px solid var(--line);
    border-radius: 10px;
    color: var(--navy-900);
    background: #fff;
    font-size: .78rem;
    font-weight: 650;
}

.filter-toggle {
    display: none;
    min-height: 40px;
    align-items: center;
    gap: 7px;
    padding: 0 12px;
    border: 1px solid var(--line);
    border-radius: 10px;
    color: var(--navy-900);
    background: #fff;
    font-size: .78rem;
    font-weight: 700;
}

.filter-toggle svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.jobs-layout {
    display: grid;
    align-items: start;
    grid-template-columns: 255px minmax(0, 1fr);
    gap: 28px;
}

.job-filters {
    position: sticky;
    top: calc(var(--header-height) + 18px);
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(15,28,73,.06);
}

.job-filters__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.job-filters__head h3 {
    margin: 0;
    font-size: 1rem;
}

.job-filters__head button {
    display: none;
    border: 0;
    color: var(--navy-900);
    background: transparent;
    font-size: 1.6rem;
}

.job-filters form {
    display: grid;
    gap: 15px;
}

.job-filters label {
    display: grid;
    gap: 7px;
}

.job-filters label > span {
    color: var(--navy-900);
    font-size: .72rem;
    font-weight: 700;
}

.job-filters input,
.job-filters select {
    width: 100%;
    height: 44px;
    padding: 0 12px;
    border: 1px solid var(--line);
    border-radius: 11px;
    outline: none;
    color: var(--slate-700);
    background: #fbfcfe;
    font-size: .77rem;
}

.job-filters input:focus,
.job-filters select:focus {
    border-color: var(--mint-500);
    box-shadow: 0 0 0 3px rgba(60,195,154,.12);
}

.job-filters .button {
    width: 100%;
    min-height: 46px;
    margin-top: 4px;
}

.clear-filters {
    text-align: center;
    color: var(--slate-500);
    font-size: .75rem;
    font-weight: 650;
}

.clear-filters:hover {
    color: var(--mint-700);
}

.jobs-results .jobs-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pagination {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr auto 1fr;
    gap: 20px;
    margin-top: 34px;
    padding-top: 25px;
    border-top: 1px solid var(--line);
}

.pagination a {
    color: var(--mint-700);
    font-size: .8rem;
    font-weight: 750;
}

.pagination a:last-child {
    text-align: right;
}

.pagination strong {
    color: var(--slate-600);
    font-size: .76rem;
}

.empty-state {
    display: grid;
    min-height: 370px;
    place-items: center;
    align-content: center;
    padding: 50px 20px;
    border: 1px dashed #ccd6e5;
    border-radius: 22px;
    text-align: center;
    background: #fbfcfe;
}

.empty-state__icon {
    display: grid;
    width: 72px;
    height: 72px;
    place-items: center;
    margin-bottom: 18px;
    border-radius: 22px;
    color: var(--mint-700);
    background: var(--mint-100);
    font-size: 1.5rem;
    font-weight: 800;
}

.empty-state h3,
.empty-state h1 {
    margin-bottom: 10px;
}

.empty-state p {
    max-width: 480px;
}

.empty-state--page {
    min-height: 520px;
    border: 0;
    background: transparent;
}

.not-found-main {
    padding-block: 50px;
}

.database-error {
    padding: 45px;
    border: 1px solid #ffd0a3;
    border-radius: 22px;
    background: #fff9f2;
}

.database-error code {
    display: block;
    margin-top: 18px;
    padding: 14px;
    border-radius: 10px;
    color: #8f3e00;
    background: #fff;
    overflow-wrap: anywhere;
}

.companies-carousel {
    position: relative;
}

.companies-grid {
    display: grid;
    grid-auto-columns: minmax(310px, calc((100% - 40px) / 3));
    grid-auto-flow: column;
    grid-template-columns: none;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 20px;
    overflow-x: auto;
    padding: 4px 2px 18px;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.companies-grid::-webkit-scrollbar {
    display: none;
}

.companies-carousel__button {
    position: absolute;
    z-index: 3;
    top: 50%;
    display: inline-grid;
    width: 58px;
    height: 58px;
    place-items: center;
    border: 1px solid rgba(60,195,154,.34);
    border-radius: 18px;
    color: #fff;
    background:
        radial-gradient(circle at 72% 25%, rgba(60,195,154,.42), transparent 36%),
        linear-gradient(135deg, #111b55, #182b73);
    box-shadow: 0 20px 46px rgba(15,28,73,.18);
    transform: translateY(-50%);
    transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}

.companies-carousel__button:hover {
    border-color: var(--mint-300);
    box-shadow: 0 24px 60px rgba(15,28,73,.24);
    transform: translateY(-50%) scale(1.04);
}

.companies-carousel__button svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: var(--mint-300);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.4;
}

.companies-carousel__button--prev {
    left: -76px;
}

.companies-carousel__button--next {
    right: -76px;
}

.company-card {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    padding: 24px;
    border: 1px solid rgba(60,195,154,.22);
    border-radius: 22px;
    background: rgba(255,255,255,.92);
    box-shadow: 0 12px 34px rgba(15,28,73,.06);
    scroll-snap-align: start;
    transition: transform var(--transition), box-shadow var(--transition);
}

.company-card:hover {
    box-shadow: 0 20px 50px rgba(15,28,73,.11);
    transform: translateY(-4px);
}

.company-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 18px;
}

.company-card__logo {
    display: grid;
    width: 68px;
    height: 68px;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #fff;
    overflow: hidden;
}

.company-card__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.company-card__top > span {
    padding: 7px 9px;
    border-radius: 999px;
    color: var(--mint-700);
    background: var(--mint-100);
    font-size: .65rem;
    font-weight: 750;
}

.company-card h3 {
    margin-bottom: 4px;
    font-size: 1.16rem;
}

.company-card__industry {
    margin-bottom: 22px;
    color: var(--mint-700);
    font-size: .75rem;
    font-weight: 700;
}

.company-card__foot {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-top: 16px;
    border-top: 1px solid var(--line);
}

.company-card__foot span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--slate-500);
    font-size: .72rem;
}

.company-card__foot a {
    color: var(--mint-700);
    font-size: .72rem;
    font-weight: 750;
}

.candidate-support-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.candidate-support-card {
    position: relative;
    padding: 32px;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: #fff;
    overflow: hidden;
}

.candidate-support-card > span {
    position: absolute;
    top: 20px;
    right: 22px;
    color: #dce2ed;
    font-size: 1.5rem;
    font-weight: 800;
}

.candidate-support-card__icon {
    display: grid;
    width: 54px;
    height: 54px;
    place-items: center;
    margin-bottom: 25px;
    border-radius: 16px;
    color: var(--mint-700);
    background: var(--mint-100);
    font-size: 1.4rem;
    font-weight: 800;
}

.candidate-support-card:nth-child(2) .candidate-support-card__icon {
    color: #b25300;
    background: var(--orange-100);
}

.candidate-support-card h3 {
    margin-bottom: 12px;
}

.candidate-support-card p {
    margin-bottom: 0;
    font-size: .86rem;
}

.candidate-cta {
    position: relative;
    color: #fff;
    background:
        radial-gradient(circle at 90% 20%, rgba(60,195,154,.25), transparent 27%),
        linear-gradient(120deg, var(--navy-950), var(--navy-700));
    overflow: hidden;
}

.candidate-cta::after {
    position: absolute;
    top: -250px;
    right: -180px;
    width: 540px;
    height: 540px;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 50%;
    content: "";
}

.candidate-cta__inner {
    position: relative;
    z-index: 2;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr auto;
    gap: 50px;
    padding-block: 72px;
}

.candidate-cta__inner > div:first-child > span {
    display: block;
    margin-bottom: 12px;
    color: var(--mint-300);
    font-size: .75rem;
    font-weight: 750;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.candidate-cta h2 {
    max-width: 760px;
    color: #fff;
    font-size: clamp(2.2rem, 4.2vw, 3.8rem);
}

.candidate-cta p {
    max-width: 720px;
    margin: 17px 0 0;
    color: rgba(255,255,255,.68);
}

.candidate-cta__inner > div:last-child {
    display: flex;
    gap: 12px;
}

.candidate-footer {
    margin-top: 0;
}

/* Detail pages */
.detail-hero,
.company-profile-hero {
    color: #fff;
    background:
        radial-gradient(circle at 80% 20%, rgba(60,195,154,.16), transparent 25%),
        linear-gradient(125deg, #0a1238, #182b73);
}

.detail-hero {
    padding-block: 38px 72px;
}

.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 40px;
    color: rgba(255,255,255,.58);
    font-size: .76rem;
}

.breadcrumbs a:hover {
    color: var(--mint-300);
}

.detail-hero__grid {
    display: grid;
    align-items: start;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 50px;
}

.detail-company-line {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 22px;
}

.detail-company-line img {
    width: 58px;
    height: 58px;
    border-radius: 16px;
    background: #fff;
    object-fit: contain;
}

.detail-company-line div {
    display: grid;
}

.detail-company-line a {
    color: #fff;
    font-weight: 750;
}

.detail-company-line span {
    color: rgba(255,255,255,.58);
    font-size: .74rem;
}

.detail-hero__main .job-card__badges {
    margin-bottom: 18px;
}

.detail-hero h1 {
    max-width: 850px;
    margin-bottom: 20px;
    color: #fff;
    font-size: clamp(2.7rem, 5vw, 5rem);
}

.detail-hero__main > p {
    max-width: 790px;
    color: rgba(255,255,255,.72);
    font-size: 1.02rem;
}

.detail-quick-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 22px;
    margin: 28px 0 20px;
}

.detail-quick-meta span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255,255,255,.78);
    font-size: .8rem;
    font-weight: 600;
}

.detail-quick-meta svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: var(--mint-300);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.detail-tags .job-tag {
    border-color: rgba(255,255,255,.15);
    color: rgba(255,255,255,.74);
    background: rgba(255,255,255,.07);
}

.detail-hero__apply {
    padding: 25px;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 22px;
    background: rgba(255,255,255,.10);
    box-shadow: 0 24px 60px rgba(1,7,33,.25);
    backdrop-filter: blur(16px);
}

.detail-hero__apply > span {
    display: block;
    color: var(--mint-300);
    font-size: .72rem;
    font-weight: 750;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.detail-hero__apply > strong {
    display: block;
    margin: 10px 0 12px;
    color: #fff;
    font-size: 1.32rem;
}

.detail-hero__apply > p {
    color: rgba(255,255,255,.65);
    font-size: .8rem;
}

.detail-hero__apply .button {
    width: 100%;
    min-height: 47px;
    margin-top: 9px;
}

.detail-hero__apply .button--ghost {
    border-color: rgba(255,255,255,.2);
    color: #fff;
    background: rgba(255,255,255,.04);
}

.share-button {
    display: flex;
    width: 100%;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
    border: 0;
    color: rgba(255,255,255,.67);
    background: transparent;
    font-size: .75rem;
    font-weight: 650;
}

.share-button:hover {
    color: #fff;
}

.share-button svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.detail-section {
    background: #f7f9fd;
}

.detail-layout {
    display: grid;
    align-items: start;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 34px;
}

.detail-content {
    display: grid;
    gap: 20px;
}

.detail-block,
.overview-card,
.company-summary-card {
    padding: 32px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 10px 34px rgba(15,28,73,.06);
}

.detail-block h2,
.overview-card h2 {
    margin-bottom: 24px;
    font-size: 1.45rem;
}

.detail-block--compact h2 {
    margin-bottom: 16px;
    font-size: 1.18rem;
}

.rich-copy {
    display: grid;
    gap: 12px;
    color: var(--slate-600);
    font-size: .92rem;
    line-height: 1.85;
}

.rich-copy p,
.rich-copy ul,
.rich-copy ol {
    margin: 0;
}

.rich-copy ul,
.rich-copy ol {
    padding-left: 1.2rem;
}

.rich-copy strong,
.rich-copy b {
    color: var(--navy-900);
}

.content-list {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.content-list li {
    position: relative;
    padding-left: 25px;
    color: var(--slate-600);
    font-size: .9rem;
}

.content-list li::before {
    position: absolute;
    top: .72em;
    left: 2px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--mint-500), var(--orange-500));
    content: "";
}

.detail-sidebar {
    position: sticky;
    top: calc(var(--header-height) + 20px);
    display: grid;
    gap: 20px;
}

.overview-card dl {
    display: grid;
    gap: 0;
    margin: 0;
}

.overview-card dl > div {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 14px;
    padding: 13px 0;
    border-bottom: 1px solid var(--line);
}

.overview-card dl > div:last-child {
    border-bottom: 0;
}

.overview-card dt {
    color: var(--slate-500);
    font-size: .72rem;
}

.overview-card dd {
    margin: 0;
    color: var(--navy-900);
    font-size: .78rem;
    font-weight: 680;
}

.overview-card dd a {
    color: var(--mint-700);
}

.company-summary-card img {
    width: 70px;
    height: 70px;
    margin-bottom: 18px;
    border: 1px solid var(--line);
    border-radius: 18px;
}

.company-summary-card h3 {
    margin-bottom: 4px;
}

.company-summary-card > span {
    color: var(--mint-700);
    font-size: .72rem;
    font-weight: 700;
}

.company-summary-card p {
    margin: 15px 0;
    font-size: .78rem;
}

.company-summary-card small {
    display: block;
    margin-bottom: 15px;
    color: var(--slate-500);
}

.company-summary-card a {
    color: var(--mint-700);
    font-size: .78rem;
    font-weight: 750;
}

.related-jobs {
    padding-top: 20px;
    background: #fff;
}

/* Company profile */
.company-profile-hero {
    padding-block: 38px 72px;
}

.company-profile-hero__inner {
    display: grid;
    align-items: center;
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 35px;
}

.company-profile-hero__inner > img {
    width: 150px;
    height: 150px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 32px;
    background: #fff;
    object-fit: contain;
}

.company-profile-hero__inner > div > span {
    color: var(--mint-300);
    font-size: .78rem;
    font-weight: 700;
}

.company-profile-hero h1 {
    margin: 8px 0 15px;
    color: #fff;
    font-size: clamp(2.8rem, 5vw, 5rem);
}

.company-profile-hero p {
    max-width: 820px;
    color: rgba(255,255,255,.72);
}

.company-profile-meta {
    display: flex;
    gap: 18px;
    margin-top: 22px;
}

.company-profile-meta span {
    padding: 8px 12px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 10px;
    color: rgba(255,255,255,.75);
    background: rgba(255,255,255,.06);
    font-size: .72rem;
}

.company-profile-section {
    padding-bottom: 30px;
    background: #f7f9fd;
}

.project-intel-section {
    padding-top: 0;
    background: #f7f9fd;
}

.company-profile-layout {
    display: grid;
    align-items: start;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 30px;
}

.company-about-copy {
    margin-bottom: 0;
    font-size: .95rem;
    line-height: 1.9;
}

/* Responsive */
@media (max-width: 1180px) {
    .candidate-hero__inner {
        grid-template-columns: minmax(0, 1fr) 370px;
        gap: 35px;
    }

    .candidate-hero__visual {
        width: 380px;
        height: 380px;
    }

    .career-core {
        width: 165px;
        height: 165px;
    }

    .jobs-grid--three {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 1024px) {
    .audience-button {
        display: none;
    }

    .nav-audience-mobile {
        display: block;
        color: var(--mint-700) !important;
        font-weight: 750 !important;
    }

    .candidate-hero__inner {
        min-height: auto;
        grid-template-columns: 1fr;
        padding-block: 70px 90px;
    }

    .candidate-hero__visual {
        width: min(100%, 480px);
        height: 430px;
        justify-self: center;
    }

    .candidate-heading {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .featured-jobs-grid {
        grid-template-columns: 1fr;
    }

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

    .filter-toggle {
        display: inline-flex;
    }

    .job-filters {
        position: fixed;
        z-index: 250;
        top: 0;
        bottom: 0;
        left: 0;
        width: min(360px, 92vw);
        border-radius: 0 24px 24px 0;
        opacity: 0;
        overflow-y: auto;
        pointer-events: none;
        transform: translateX(-105%);
        transition: transform var(--transition), opacity var(--transition);
    }

    .job-filters.is-open {
        opacity: 1;
        pointer-events: auto;
        transform: translateX(0);
    }

    .job-filters__head button {
        display: block;
    }

    .jobs-results .jobs-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .companies-grid {
        grid-auto-columns: minmax(300px, calc((100% - 20px) / 2));
    }

    .companies-carousel__button--prev {
        left: -18px;
    }

    .companies-carousel__button--next {
        right: -18px;
    }

    .detail-hero__grid,
    .detail-layout {
        grid-template-columns: 1fr;
    }

    .detail-sidebar {
        position: static;
        grid-template-columns: 1fr 1fr;
    }

    .detail-hero__apply {
        max-width: 520px;
    }

    .company-profile-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .candidate-hero__inner {
        padding-block: 55px 78px;
    }

    .candidate-eyebrow {
        flex-wrap: wrap;
        font-size: .67rem;
    }

    .candidate-hero h1 {
        font-size: clamp(3rem, 14vw, 4.9rem);
    }

    .candidate-hero__copy > p {
        font-size: .94rem;
    }

    .job-search-panel {
        grid-template-columns: 1fr;
        padding: 12px;
    }

    .job-search-panel label {
        padding: 9px 10px;
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .job-search-panel .button {
        width: 100%;
        min-height: 52px;
    }

    .candidate-hero__visual {
        height: 350px;
    }

    .career-node {
        width: 72px;
        height: 72px;
        border-radius: 18px;
    }

    .career-node--one { left: 14px; }
    .career-node--two { right: 0; }
    .career-node--three { right: 5px; }
    .career-node--four { left: 18px; }

    .candidate-stats {
        grid-template-columns: 1fr;
        margin-top: -38px;
    }

    .candidate-stats div {
        justify-content: flex-start;
        padding: 17px 22px;
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .candidate-stats div:last-child {
        border-bottom: 0;
    }

    .candidate-section {
        padding-block: 72px;
    }

    .candidate-section--featured {
        padding-top: 95px;
    }

    .candidate-heading h2 {
        font-size: clamp(2.15rem, 10vw, 3.1rem);
    }

    .jobs-results .jobs-grid,
    .jobs-grid--three,
    .candidate-support-grid {
        grid-template-columns: 1fr;
    }

    .companies-grid {
        grid-auto-columns: minmax(280px, 88%);
        grid-template-rows: 1fr;
    }

    .companies-carousel__button {
        display: none;
    }

    .listing-toolbar {
        align-items: flex-start;
        flex-direction: column;
    }

    .listing-toolbar__actions {
        width: 100%;
        justify-content: space-between;
    }

    .job-card__foot {
        align-items: flex-start;
        flex-direction: column;
    }

    .job-card__action {
        width: 100%;
        text-align: left;
    }

    .pagination {
        grid-template-columns: 1fr 1fr;
    }

    .pagination strong {
        grid-column: 1 / -1;
        grid-row: 1;
        text-align: center;
    }

    .pagination a {
        grid-row: 2;
    }

    .candidate-cta__inner {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .candidate-cta__inner > div:last-child {
        flex-direction: column;
    }

    .candidate-cta__inner .button {
        width: 100%;
    }

    .detail-hero {
        padding-bottom: 52px;
    }

    .detail-hero h1 {
        font-size: clamp(2.5rem, 12vw, 4rem);
    }

    .detail-sidebar {
        grid-template-columns: 1fr;
    }

    .detail-block,
    .overview-card,
    .company-summary-card {
        padding: 24px;
    }

    .company-profile-hero__inner {
        grid-template-columns: 1fr;
    }

    .company-profile-hero__inner > img {
        width: 110px;
        height: 110px;
        border-radius: 24px;
    }

    .company-profile-hero h1 {
        font-size: clamp(2.5rem, 12vw, 4rem);
    }

    .company-profile-meta {
        flex-direction: column;
        gap: 8px;
    }
}

@media (max-width: 440px) {
    .candidate-hero__visual {
        height: 315px;
    }

    .career-core {
        width: 145px;
        height: 145px;
    }

    .career-core img {
        width: 54px;
        height: 54px;
    }

    .career-node {
        width: 64px;
        height: 64px;
        padding: 7px;
    }

    .job-card__head,
    .job-card__body,
    .job-card__foot {
        padding-right: 18px;
        padding-left: 18px;
    }

    .company-card {
        padding: 20px;
    }
}


.filter-overlay {
    position: fixed;
    z-index: 240;
    inset: 0;
    display: none;
    border: 0;
    background: rgba(6, 12, 42, 0.48);
    opacity: 0;
    transition: opacity var(--transition);
}

.filter-overlay.is-visible {
    display: block;
    opacity: 1;
}

body.filters-open {
    overflow: hidden;
}

.share-button.is-copied {
    color: var(--mint-300);
}

@media (min-width: 1025px) {
    .filter-overlay {
        display: none !important;
    }
}
