/* Найняти випускника — сторінка-лендинг для роботодавців (template/naity-vypusknyka.php) */

/* ---- Hero value list ---- */
.hire-value-list {
    display: grid;
    gap: 12px;
    margin: 0 0 32px;
    padding: 0;
    list-style: none;
    max-width: 620px;
}

.hire-value-list li {
    position: relative;
    padding-left: 30px;
    color: rgba(255, 255, 255, .78);
    font-size: 16px;
    line-height: 1.55;
}

.hire-value-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--owu-green);
    box-shadow: 0 0 16px rgba(137, 226, 78, .7);
}

/* ---- Inline lead-gen form card (hero + final CTA) ---- */
.hire-form-card {
    box-sizing: border-box;
    width: min(100%, 440px);
    padding: 1.9rem;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 1.6rem;
    background: linear-gradient(145deg, rgba(13, 24, 43, .96), rgba(6, 16, 30, .98));
    box-shadow: 0 32px 80px rgba(0, 0, 0, .45);
}

.hire-form-card__title {
    margin: 0 0 4px;
    font-family: 'Unbounded', 'Commissioner', sans-serif;
    font-size: clamp(1.1rem, 2vw, 1.4rem);
    line-height: 1.2;
    color: #ffffff;
    text-transform: none;
}

.hire-form-card__subtitle {
    margin: 0 0 20px;
    color: rgba(255, 255, 255, .6);
    font-size: 13px;
}

.hire-form {
    display: grid;
    gap: 10px;
}

.hire-form__field {
    min-width: 0;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 14px;
    background: rgba(255, 255, 255, .02);
    transition: border-color .24s ease, background .24s ease;
}

.hire-form__field:focus-within {
    border-color: rgba(52, 144, 255, .5);
    background: rgba(255, 255, 255, .04);
}

.hire-form__field input,
.hire-form__field textarea {
    width: 100%;
    border: 0;
    outline: 0;
    padding: 15px 16px;
    background: transparent;
    color: #fff;
    font-family: 'Commissioner', sans-serif;
    font-size: 15px;
    line-height: 1.3;
    box-sizing: border-box;
}

.hire-form__field textarea {
    min-height: 54px;
    resize: vertical;
}

.hire-form__field input::placeholder,
.hire-form__field textarea::placeholder {
    color: rgba(255, 255, 255, .48);
}

.hire-form__consent {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 12px;
    line-height: 1.4;
    color: rgba(255, 255, 255, .64);
    cursor: pointer;
    user-select: none;
}

.hire-form__consent input[type="checkbox"] {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    margin: 2px 0 0;
    accent-color: var(--owu-green);
    cursor: pointer;
}

.hire-form__submit {
    min-height: 54px;
    border: 0;
    border-radius: 14px;
    background: linear-gradient(90deg, var(--owu-blue), var(--owu-green));
    color: #fff;
    font-family: 'Commissioner', sans-serif;
    font-size: 17px;
    font-weight: 800;
    cursor: pointer;
    transition: transform .24s ease, box-shadow .24s ease, filter .24s ease;
}

.hire-form__submit:hover,
.hire-form__submit:focus-visible {
    transform: translate3d(0, -2px, 0);
    box-shadow: 0 18px 30px rgba(52, 144, 255, .2);
    filter: brightness(1.04);
    outline: 0;
}

/* Final CTA reuses .hero-grid — fix heading size (base .premium-title has no font-size
   outside .hero-title/.section-heading contexts) and column ratio for a text+form layout. */
.hire-cta-grid .premium-title {
    margin: 14px 0 18px;
    font-size: clamp(28px, 4.4vw, 55px);
    line-height: 1.02;
}

@media (max-width: 480px) {
    .hire-cta-grid .premium-title {
        font-size: clamp(1.1rem, 10.5vw, 1.6rem);
        line-height: 1.15;
    }
}

/* ---- 3-step timeline ("Як це працює") ---- */
.hire-steps-list {
    display: grid;
    gap: 0;
    margin: 0 0 40px;
    padding: 0;
    list-style: none;
    max-width: 720px;
}

.hire-step {
    position: relative;
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 20px;
    padding-bottom: 36px;
}

.hire-step:last-child {
    padding-bottom: 0;
}

.hire-step::before {
    content: '';
    position: absolute;
    left: 27px;
    top: 56px;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .22), rgba(255, 255, 255, .04));
}

.hire-step:last-child::before {
    display: none;
}

.hire-step__index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    font-family: 'Unbounded', sans-serif;
    font-size: 15px;
    color: #fff;
    background: var(--owu-blue);
    box-shadow: 0 12px 34px rgba(52, 144, 255, .32);
}

.hire-step:nth-child(2) .hire-step__index {
    background: var(--owu-green);
    box-shadow: 0 12px 34px rgba(137, 226, 78, .32);
}

.hire-step:nth-child(3) .hire-step__index {
    background: var(--owu-orange);
    box-shadow: 0 12px 34px rgba(255, 150, 56, .32);
}

.hire-step__body h3 {
    margin: 6px 0 8px;
    font-family: 'Unbounded', sans-serif;
    font-size: 19px;
    line-height: 1.25;
    color: #fff;
}

.hire-step__body p {
    margin: 0;
    color: rgba(255, 255, 255, .68);
    font-size: 15px;
    line-height: 1.6;
}

/* ---- Specialization tabs ("Що вміють наші випускники") ---- */
.hire-skills-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 28px;
}

.hire-skills-pill {
    padding: 12px 22px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 999px;
    background: rgba(255, 255, 255, .04);
    color: rgba(255, 255, 255, .78);
    font-family: 'Commissioner', sans-serif;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: background .24s ease, border-color .24s ease, color .24s ease;
}

.hire-skills-pill:hover {
    border-color: rgba(52, 144, 255, .45);
}

.hire-skills-pill.is-active {
    border-color: transparent;
    background: linear-gradient(90deg, var(--owu-blue), var(--owu-blue-deep));
    color: #fff;
}

.hire-skills-panel {
    display: none;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 30px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .04));
    box-shadow: 0 24px 90px rgba(0, 0, 0, .22);
    backdrop-filter: blur(20px);
}

.hire-skills-panel.is-active {
    display: block;
}

.hire-stack-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 24px;
}

.hire-stack-chips span {
    padding: 7px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .12);
    background: rgba(255, 255, 255, .04);
    color: rgba(255, 255, 255, .72);
    font-size: 13px;
}

.hire-skills-cols {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
    margin-bottom: 26px;
}

.hire-skills-cols h3,
.hire-skills-projects h3 {
    margin: 0 0 14px;
    font-family: 'Unbounded', sans-serif;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}

.hire-skills-cols ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
}

.hire-skills-cols li {
    position: relative;
    padding-left: 20px;
    color: rgba(255, 255, 255, .72);
    font-size: 14px;
    line-height: 1.55;
}

.hire-skills-cols li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--owu-green);
}

.hire-skills-projects {
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, .08);
}

.hire-skills-projects p {
    margin: 0;
    color: rgba(255, 255, 255, .68);
    font-size: 14px;
    line-height: 1.6;
}

@media (max-width: 720px) {
    .hire-skills-panel {
        padding: 22px;
    }

    .hire-skills-cols {
        grid-template-columns: 1fr;
        gap: 22px;
    }
}
