/* ========= HR / Вакансии — премиальная верстка ========= */

.hr-hero {
    position: relative;
    height: 50vh;
    min-height: 400px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hr-hero__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.35);
}

.hr-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(10, 25, 53, 0.75) 0%, rgba(10, 25, 53, 0.25) 100%);
}

.hr-hero__content {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 60px;
    width: 100%;
}

.hr-hero__label {
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(212, 191, 161, 0.95);
    margin-bottom: 20px;
    font-weight: 400;
}

.hr-hero__title {
    font-family: "SangBleu Sunrise", serif;
    font-size: 64px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -1px;
    margin-bottom: 24px;
}

.hr-hero__subtitle {
    font-size: 18px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.85);
    max-width: 620px;
    font-weight: 300;
}

/* Intro */
.hr-intro {
    padding: 100px 0;
    background: #0f1f3f;
    position: relative;
}

.hr-intro::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
}

.hr-intro__inner {
    max-width: 800px;
    margin: 0 auto;
}

.hr-intro__title {
    font-family: "SangBleu Sunrise", serif;
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 28px;
    letter-spacing: -0.5px;
    line-height: 1.2;
}

.hr-intro__text {
    font-size: 17px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 300;
}

/* Vacancies section */
.hr-vacancies {
    padding: 100px 0 120px;
    position: relative;
}

.hr-vacancies::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
}

.hr-vacancies .container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 60px;
}

.hr-vacancies__head {
    font-family: "SangBleu Sunrise", serif;
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 48px;
    letter-spacing: -0.5px;
}

.hr-vacancies__list {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

/* Vacancy card */
.vacancy-card {
    background: rgba(15, 31, 63, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 48px 52px;
    transition: border-color 0.35s ease, box-shadow 0.35s ease;
}

.vacancy-card:hover {
    border-color: rgba(212, 191, 161, 0.35);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.vacancy-card__header {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 16px;
    margin-bottom: 16px;
}

.vacancy-card__title {
    font-family: "SangBleu Sunrise", serif;
    font-size: 28px;
    font-weight: 400;
    margin: 0;
    letter-spacing: -0.5px;
    line-height: 1.2;
}

.vacancy-card__city {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.55);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.vacancy-card__salary {
    font-size: 18px;
    color: #D4BFA1;
    font-weight: 400;
    margin-bottom: 20px;
}

.vacancy-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
    margin-bottom: 28px;
}

.vacancy-card__meta-item {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.65);
    padding: 6px 14px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.vacancy-card__block {
    margin-bottom: 24px;
}

.vacancy-card__block:last-of-type {
    margin-bottom: 32px;
}

.vacancy-card__label {
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 10px;
    font-weight: 500;
}

.vacancy-card__text {
    font-size: 15px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.82);
    font-weight: 300;
}

.vacancy-card__btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    background: transparent;
    border: 1px solid rgba(212, 191, 161, 0.6);
    color: #D4BFA1;
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.35s ease;
}

.vacancy-card__btn:hover {
    background: rgba(212, 191, 161, 0.12);
    border-color: #D4BFA1;
    color: #fff;
}

/* Empty state */
.hr-vacancies__empty {
    padding: 60px 40px;
    text-align: center;
    background: rgba(15, 31, 63, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.hr-vacancies__empty p {
    font-size: 17px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.75);
    margin: 0;
}

.hr-vacancies__empty a {
    color: #D4BFA1;
    text-decoration: none;
    border-bottom: 1px solid rgba(212, 191, 161, 0.5);
    transition: color 0.25s ease, border-color 0.25s ease;
}

.hr-vacancies__empty a:hover {
    color: #fff;
    border-bottom-color: rgba(255, 255, 255, 0.6);
}

/* CTA block */
.hr-cta {
    padding: 100px 0;
    background: #0a1935;
    position: relative;
}

.hr-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
}

.hr-cta .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 60px;
    text-align: center;
}

.hr-cta__title {
    font-family: "SangBleu Sunrise", serif;
    font-size: 42px;
    font-weight: 400;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.hr-cta__text {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 36px;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
}

.hr-cta__btn {
    display: inline-block;
    padding: 18px 40px;
    background: transparent;
    border: 1px solid rgba(212, 191, 161, 0.7);
    color: #D4BFA1;
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.35s ease;
}

.hr-cta__btn:hover {
    background: rgba(212, 191, 161, 0.15);
    border-color: #D4BFA1;
    color: #fff;
}

/* Responsive */
@media (max-width: 992px) {
    .hr-hero__title {
        font-size: 52px;
    }

    .hr-vacancies__list {
        gap: 32px;
    }

    .vacancy-card {
        padding: 36px 40px;
    }
}

@media (max-width: 768px) {
    .hr-hero {
        min-height: 360px;
    }

    .hr-hero__content {
        padding: 0 24px;
    }

    .hr-hero__title {
        font-size: 42px;
    }

    .hr-hero__subtitle {
        font-size: 16px;
    }

    .hr-intro {
        padding: 70px 0;
    }

    .hr-intro .container {
        padding-left: 24px;
        padding-right: 24px;
    }

    .hr-intro__inner {
        padding: 0;
    }

    .hr-intro__title {
        font-size: 28px;
    }

    .hr-intro__text {
        font-size: 16px;
    }

    .hr-vacancies .container {
        padding: 0 24px;
    }

    .hr-vacancies {
        padding: 70px 0 90px;
    }

    .hr-vacancies__head {
        font-size: 26px;
        margin-bottom: 36px;
    }

    .vacancy-card {
        padding: 28px 24px;
    }

    .vacancy-card__title {
        font-size: 22px;
    }

    .vacancy-card__salary {
        font-size: 16px;
    }

    .vacancy-card__meta {
        gap: 8px 16px;
    }

    .vacancy-card__meta-item {
        font-size: 12px;
        padding: 5px 12px;
    }

    .vacancy-card__text {
        font-size: 14px;
    }

    .vacancy-card__btn {
        width: 100%;
        max-width: 100%;
        justify-content: center;
        padding: 14px 20px;
        box-sizing: border-box;
        text-align: center;
    }

    .hr-cta {
        padding: 70px 0;
    }

    .hr-cta .container {
        padding: 0 24px;
    }

    .hr-cta__title {
        font-size: 32px;
    }

    .hr-cta__text {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .hr-hero__content {
        padding: 0 20px;
    }

    .hr-hero__title {
        font-size: 34px;
    }

    .hr-intro .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .hr-vacancies .container {
        padding: 0 20px;
    }

    .vacancy-card {
        padding: 24px 20px;
    }

    .vacancy-card__header {
        flex-direction: column;
        gap: 8px;
    }

    .vacancy-card__btn {
        padding: 12px 16px;
        font-size: 12px;
    }

    .hr-cta .container {
        padding: 0 20px;
    }
}
