/* ——— Recruitment page — professional shell ——— */
.recruitment-page-root {
    overflow-x: clip;
    font-family: 'SVN-Gilroy', sans-serif;
    padding-bottom: clamp(3rem, 6vw, 5.5rem);
}

/* Hero */
.recruitment-hero {
    position: relative;
    padding: clamp(2.75rem, 8vw, 5rem) 0 clamp(2rem, 5vw, 3rem);
}

.recruitment-hero .container {
    position: relative;
}

.recruitment-hero__glow {
    position: absolute;
    width: min(420px, 90vw);
    height: min(420px, 90vw);
    border-radius: 50%;
    opacity: 0.22;
    filter: blur(72px);
    pointer-events: none;
    z-index: 0;
    animation: c22RecruitmentGlow 10s ease-in-out infinite alternate;
}

.recruitment-hero__glow--orange {
    background: #fe7814;
    top: -8%;
    left: -12%;
}

.recruitment-hero__glow--blue {
    background: #269af2;
    top: -12%;
    right: -10%;
    animation-delay: -4s;
}

.recruitment-hero__inner {
    z-index: 1;
}

.recruitment-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
    padding: 0.35rem 0.95rem 0.35rem 0.65rem;
    border-radius: 999px;
    background: rgba(254, 120, 20, 0.08);
    color: #c45a0a;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.recruitment-hero__eyebrow-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, #fe7814, #ffb347);
    box-shadow: 0 0 0 3px rgba(254, 120, 20, 0.2);
}

.recruitment-hero__title {
    font-size: clamp(1.625rem, 4vw, 2.25rem);
    font-weight: 700;
    line-height: 1.28;
    letter-spacing: -0.02em;
    color: #1a1a1a;
    margin: 0 auto 1rem;
    max-width: 20ch;
}

@media (min-width: 768px) {
    .recruitment-hero__title {
        max-width: none;
    }
}

.recruitment-hero__lead {
    font-size: clamp(0.95rem, 2.2vw, 1.0625rem);
    line-height: 1.65;
    color: #5c5c5c;
    margin: 0 auto 1.75rem;
    max-width: 42rem;
}

.recruitment-hero__highlights {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.65rem;
}

.recruitment-hero__highlight {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.55rem 1rem;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    font-size: 0.875rem;
    font-weight: 500;
    color: #3d3d3d;
}

.recruitment-hero__highlight-icon {
    font-size: 1.05rem;
    color: #269af2;
    line-height: 1;
}

/* Listing bar */
.recruitment-listing {
    padding-top: 0.5rem;
}

.recruitment-listing__bar {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
    margin-bottom: 2rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

@media (min-width: 768px) {
    .recruitment-listing__bar {
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
    }
}

.recruitment-listing__heading {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 0.35rem;
    letter-spacing: -0.01em;
}

.recruitment-listing__sub {
    margin: 0;
    font-size: 0.9375rem;
    color: #6b6b6b;
    line-height: 1.5;
    max-width: 36rem;
}

.recruitment-listing__badge {
    flex-shrink: 0;
    padding: 0.45rem 1rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #269af2 0%, #1e7fc9 100%);
    color: #fff;
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    box-shadow: 0 6px 20px rgba(38, 154, 242, 0.28);
}

/* Empty state */
.recruitment-empty {
    text-align: center;
    padding: 3rem 1.5rem;
    border-radius: 20px;
    background: linear-gradient(180deg, #fafbff 0%, #ffffff 100%);
    border: 1px dashed rgba(38, 154, 242, 0.25);
}

.recruitment-empty__icon {
    width: 4rem;
    height: 4rem;
    margin: 0 auto 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(38, 154, 242, 0.1);
    color: #269af2;
    font-size: 1.75rem;
}

.recruitment-empty__title {
    font-size: 1.125rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 0.5rem;
}

.recruitment-empty__text {
    margin: 0 auto 1.25rem;
    max-width: 26rem;
    font-size: 0.9375rem;
    color: #666;
    line-height: 1.55;
}

.recruitment-empty__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.65rem 1.35rem;
    border-radius: 999px;
    background: #fe7814;
    color: #fff !important;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.recruitment-empty__link:hover {
    background: #e56a0d;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(254, 120, 20, 0.3);
}

.recruitment-empty__link:focus-visible {
    outline: 2px solid #269af2;
    outline-offset: 3px;
}

/* Job cards */
.job-card {
    position: relative;
    height: 100%;
    border: none;
    background: transparent;
    padding: 0;
    margin: 0;
}

.job-card__surface {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 1.5rem 1.5rem 1.35rem;
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.055);
    box-shadow:
        0 1px 2px rgba(0, 0, 0, 0.04),
        0 12px 36px rgba(15, 23, 42, 0.06);
    transition:
        box-shadow 0.35s ease,
        transform 0.35s ease,
        border-color 0.25s ease;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.job-card__surface::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 0;
    background: linear-gradient(180deg, #fe7814, #269af2);
    border-radius: 0 2px 2px 0;
    transition: height 0.35s ease;
}

.job-card[data-hot='true'] .job-card__surface {
    border-color: rgba(254, 120, 20, 0.22);
    box-shadow:
        0 1px 2px rgba(254, 120, 20, 0.06),
        0 14px 40px rgba(254, 120, 20, 0.09);
}

.job-card__hot-badge {
    position: absolute;
    top: 0.65rem;
    right: 0.65rem;
    z-index: 2;
    line-height: 0;
    filter: drop-shadow(0 6px 12px rgba(254, 120, 20, 0.22));
    pointer-events: none;
}

.job-card__stretched {
    outline: none;
}

.job-card__stretched:focus-visible {
    outline: none;
}

.job-card__hot-img {
    width: 52px;
    height: auto;
    display: block;
}

.job-card__title {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.35;
    color: #1a1a1a;
    margin: 0 3.5rem 1.25rem 0;
    letter-spacing: -0.01em;
    padding-right: 0.25rem;
}

.job-card__meta {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1.35rem;
}

.job-card__meta-row {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.job-card__meta-icon-wrap {
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, rgba(38, 154, 242, 0.1), rgba(254, 120, 20, 0.08));
}

.job-card__meta-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
    opacity: 0.92;
}

.job-card__meta-body {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    min-width: 0;
}

.job-card__meta-label {
    font-size: 0.6875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #8a8a8a;
}

.job-card__meta-value {
    font-size: 0.9375rem;
    font-weight: 600;
    color: #2d2d2d;
    line-height: 1.45;
    word-break: break-word;
}

.job-card__meta-value--salary {
    color: #e07010;
    font-weight: 700;
}

.job-card__meta-value--muted {
    color: #8a8a8a !important;
    font-weight: 500;
}

.job-card__meta-icon.bi-inline {
    width: auto;
    height: auto;
    font-size: 1.1rem;
    color: #269af2;
    opacity: 1;
    line-height: 1;
}

.job-card__expired {
    margin-top: -0.35rem;
}

.job-card__cta--secondary {
    background: linear-gradient(135deg, #6c757d 0%, #5a6268 100%);
    box-shadow: none;
}

.job-card__cta--secondary:hover {
    box-shadow: 0 8px 20px rgba(108, 117, 125, 0.3);
}

.job-card__actions {
    margin-top: auto;
    padding-top: 0.25rem;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.job-card__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.15rem;
    width: 100%;
    padding: 0.75rem 1.15rem;
    border-radius: 12px;
    background: linear-gradient(135deg, #2a9df0 0%, #1b7dd4 100%);
    color: #fff !important;
    font-weight: 600;
    font-size: 0.9375rem;
    text-decoration: none;
    transition:
        transform 0.2s ease,
        box-shadow 0.25s ease,
        filter 0.2s ease;
    border: none;
}

.job-card__cta-icon {
    font-size: 1.35rem;
    margin-right: -0.2rem;
    transition: transform 0.22s ease;
}

.job-card:hover .job-card__cta,
.job-card:focus-within .job-card__cta {
    transform: translateY(-1px);
    box-shadow: 0 10px 28px rgba(38, 154, 242, 0.35);
    filter: brightness(1.03);
}

.job-card:hover .job-card__cta--secondary,
.job-card:focus-within .job-card__cta--secondary {
    box-shadow: 0 8px 20px rgba(108, 117, 125, 0.3);
    filter: brightness(1.03);
}

.job-card:hover .job-card__cta-icon,
.job-card:focus-within .job-card__cta-icon {
    transform: translateX(4px);
}

.job-card:hover .job-card__surface,
.job-card:focus-within .job-card__surface {
    transform: translateY(-6px);
    box-shadow:
        0 4px 8px rgba(0, 0, 0, 0.04),
        0 22px 48px rgba(38, 154, 242, 0.14);
    border-color: rgba(38, 154, 242, 0.2);
}

.job-card:hover .job-card__surface::before,
.job-card:focus-within .job-card__surface::before {
    height: 100%;
}

.job-card:hover .job-card__meta-icon-wrap,
.job-card:focus-within .job-card__meta-icon-wrap {
    background: linear-gradient(145deg, rgba(38, 154, 242, 0.18), rgba(254, 120, 20, 0.12));
}

/* Scroll reveal */
.recruitment-page-root .recruitment-hero__inner,
.recruitment-page-root .recruitment-listing__bar,
.recruitment-page-root .job-card,
.recruitment-page-root .recruitment-empty {
    opacity: 0;
    transform: translateY(28px);
    transition:
        opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform, opacity;
}

.recruitment-page-root .recruitment-hero__inner.c22-recruitment-visible,
.recruitment-page-root .recruitment-listing__bar.c22-recruitment-visible,
.recruitment-page-root .job-card.c22-recruitment-visible,
.recruitment-page-root .recruitment-empty.c22-recruitment-visible {
    opacity: 1;
    transform: translateY(0);
}

.recruitment-page-root .job-card.c22-recruitment-visible:hover .job-card__surface {
    transform: translateY(-6px);
}

@keyframes c22RecruitmentGlow {
    from {
        transform: translate3d(-8px, -4px, 0) scale(0.96);
    }
    to {
        transform: translate3d(12px, 10px, 0) scale(1.02);
    }
}

@keyframes c22RecruitmentImageLoad {
    from {
        opacity: 0;
        transform: translateY(10px) scale(0.96);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.recruitment-page-root .c22-recruitment-image-loaded {
    animation: c22RecruitmentImageLoad 0.55s ease both;
}

/* Mobile */
@media (max-width: 767.98px) {
    .recruitment-hero__highlights {
        flex-direction: column;
        align-items: stretch;
    }

    .recruitment-hero__highlight {
        justify-content: flex-start;
    }

    .job-card__surface {
        padding: 1.25rem 1.15rem 1.15rem;
    }

    .job-card__title {
        font-size: 1.0625rem;
        margin-right: 2.75rem;
    }

    .job-card__hot-img {
        width: 44px;
    }

    .job-card__meta-value {
        font-size: 0.875rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .recruitment-page-root *,
    .recruitment-page-root *::before,
    .recruitment-page-root *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    .recruitment-hero__glow {
        animation: none;
    }

    .recruitment-page-root .recruitment-hero__inner,
    .recruitment-page-root .recruitment-listing__bar,
    .recruitment-page-root .job-card,
    .recruitment-page-root .recruitment-empty {
        opacity: 1;
        transform: none;
    }

    .job-card:hover .job-card__surface,
    .job-card:focus-within .job-card__surface {
        transform: none;
    }
}
