.vacancies-section {
        padding: 10rem 2rem 6rem;
        min-height: 80vh;
        background: radial-gradient(circle at 50% 10%, rgba(191, 90, 242, 0.03) 0%, transparent 60%),
            repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.005) 0px, rgba(255, 255, 255, 0.005) 1px, transparent 1px, transparent 30px),
            repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.005) 0px, rgba(255, 255, 255, 0.005) 1px, transparent 1px, transparent 30px);
    }

    .vacancies-hero {
        text-align: center;
        max-width: 900px;
        margin: 0 auto 5rem;
    }

    .vacancies-heading {
        font-family: var(--font-heading);
        font-size: clamp(2.8rem, 6vw, 4.2rem);
        margin-bottom: 1.5rem;
        text-transform: uppercase;
        line-height: 1.05;
        letter-spacing: 1px;
        color: #fff;
    }

    .vacancies-desc {
        color: var(--text-secondary);
        font-size: 1.1rem;
        line-height: 1.8;
    }

    .vacancy-list {
        max-width: 1000px;
        margin: 0 auto;
        padding: 0 1rem;
    }

    .vacancy-item {
        background: rgba(255, 255, 255, 0.01);
        border: 1px solid rgba(255, 255, 255, 0.05);
        border-radius: 24px;
        padding: 3.5rem;
        margin-bottom: 3rem;
        transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        position: relative;
        overflow: hidden;
    }

    .vacancy-item::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 1px;
        background: linear-gradient(90deg, transparent, rgba(191, 90, 242, 0.2), transparent);
    }

    .vacancy-item:hover {
        border-color: rgba(191, 90, 242, 0.25);
        transform: translateY(-4px);
        box-shadow: 0 20px 40px rgba(191, 90, 242, 0.04);
    }

    .vacancy-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 2rem;
        gap: 2rem;
    }

    .vacancy-title {
        font-family: var(--font-heading);
        font-size: 2.2rem;
        color: #fff;
        margin-bottom: 1rem;
        letter-spacing: 0.5px;
    }

    .vacancy-meta {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
        color: #bf5af2;
        font-size: 0.85rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1.5px;
    }

    .vacancy-meta span {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        background: rgba(191, 90, 242, 0.04);
        padding: 0.4rem 1rem;
        border-radius: 8px;
        border: 1px solid rgba(191, 90, 242, 0.12);
    }

    .vacancy-content h4 {
        color: #fff;
        margin: 2.5rem 0 1rem;
        font-size: 1.25rem;
        font-family: var(--font-heading);
        letter-spacing: 0.5px;
        text-transform: uppercase;
    }

    .vacancy-content ul {
        list-style: none;
        padding: 0;
    }

    .vacancy-content li {
        color: var(--text-secondary);
        margin-bottom: 0.8rem;
        padding-left: 1.75rem;
        position: relative;
        line-height: 1.6;
    }

    .vacancy-content li::before {
        content: "→";
        position: absolute;
        left: 0;
        color: #bf5af2;
        font-weight: 700;
    }

    .apply-btn {
        background: #bf5af2;
        color: #000;
        padding: 0.9rem 2.2rem;
        border-radius: 12px;
        text-decoration: none;
        font-weight: 800;
        display: inline-block;
        transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
        text-transform: uppercase;
        letter-spacing: 1px;
        border: 1px solid transparent;
    }

    .apply-btn:hover {
        color: #fff;
        background: rgba(191, 90, 242, 0.15);
        border-color: #bf5af2;
        box-shadow: 0 0 25px rgba(191, 90, 242, 0.3);
    }

    @media (max-width: 768px) {
        .vacancy-header {
            flex-direction: column;
            align-items: flex-start;
            gap: 1.5rem;
        }

        .vacancy-item {
            padding: 2.5rem 2rem;
        }
    }

    .vacancy-item.hired {
        opacity: 0.65;
        border-color: rgba(255, 255, 255, 0.03);
    }

    .vacancy-item.hired::before {
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    }

    .vacancy-item.hired:hover {
        transform: none;
        box-shadow: none;
        border-color: rgba(255, 255, 255, 0.03);
    }

    .vacancy-item.hired .apply-btn {
        pointer-events: none;
        background: rgba(255, 255, 255, 0.03);
        color: rgba(255, 255, 255, 0.2) !important;
        border: 1px solid rgba(255, 255, 255, 0.05);
        box-shadow: none !important;
    }

    .hired-badge {
        position: absolute;
        top: 0;
        right: 0;
        background: rgba(46, 204, 113, 0.08);
        color: #2ecc71;
        border-left: 1px solid rgba(46, 204, 113, 0.2);
        border-bottom: 1px solid rgba(46, 204, 113, 0.2);
        font-size: 0.75rem;
        font-weight: 800;
        text-transform: uppercase;
        padding: 0.6rem 2rem;
        letter-spacing: 1.5px;
        border-bottom-left-radius: 20px;
        z-index: 10;
    }

    /* ── Moving String & Tags ── */
    .client-marquee {
        background: rgba(191, 90, 242, 0.04);
        border: 1px solid rgba(191, 90, 242, 0.15);
        color: #bf5af2;
        font-size: 0.85rem;
        font-weight: 800;
        text-transform: uppercase;
        padding: 0.5rem 1rem;
        border-radius: 12px;
        letter-spacing: 1px;
        overflow: hidden;
        white-space: nowrap;
        position: relative;
        max-width: 100%;
        width: 100%;
    }

    .client-marquee span {
        display: inline-block;
        padding-left: 100%;
        animation: marquee 15s linear infinite;
    }

    @keyframes marquee {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-100%);
        }
    }

    .infra-tag {
        display: inline-flex;
        align-items: center;
        background: rgba(241, 196, 15, 0.08);
        border: 1px solid rgba(241, 196, 15, 0.25);
        color: #f1c40f;
        font-size: 0.75rem;
        font-weight: 800;
        padding: 0.4rem 0.85rem;
        border-radius: 8px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        margin-bottom: 1.5rem;
    }

    /* ── Modal Styles ── */
    .vacancy-modal {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(16px);
        display: none;
        align-items: center;
        justify-content: center;
        z-index: 2000;
        padding: 2rem;
        transition: all 0.3s ease;
    }

    .vacancy-modal.active {
        display: flex;
    }

    .modal-content {
        background: rgba(17, 17, 17, 0.95);
        border: 1px solid rgba(191, 90, 242, 0.25);
        max-width: 540px;
        width: 100%;
        padding: 4rem 3.5rem;
        border-radius: 28px;
        text-align: center;
        position: relative;
        box-shadow: 0 30px 70px rgba(0, 0, 0, 0.8), 0 0 50px rgba(191, 90, 242, 0.05);
    }

    .modal-content::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 1px;
        background: linear-gradient(90deg, transparent, rgba(191, 90, 242, 0.3), transparent);
    }

    .modal-close {
        position: absolute;
        top: 1.75rem;
        right: 1.75rem;
        cursor: pointer;
        color: var(--text-secondary);
        transition: color 0.2s ease;
    }

    .modal-close:hover {
        color: #fff;
    }

    .modal-text {
        font-size: 1.15rem;
        line-height: 1.75;
        color: var(--text-secondary);
        margin-bottom: 2.5rem;
    }

    .modal-text strong {
        color: #fff;
    }

    .modal-btn {
        background: #bf5af2;
        color: #000;
        padding: 1.1rem 2.5rem;
        border-radius: 12px;
        text-decoration: none;
        font-weight: 800;
        display: inline-block;
        transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
        text-transform: uppercase;
        letter-spacing: 1.5px;
        border: 1px solid transparent;
    }

    .modal-btn:hover {
        background: rgba(191, 90, 242, 0.15);
        border-color: #bf5af2;
        color: #fff;
        box-shadow: 0 10px 30px rgba(191, 90, 242, 0.25);
    }
