/* =========================
   PRIORITY-HIRES.CSS
   Focused on Executive Assistant role
   Matches Khem IT purple/green theme
========================= */

/* ============================================
   1. BASE SECTION STYLES
============================================ */
.priority-hires {
    width: 100%;
    padding: 80px 0;
    background: #0a1f1a;  /* Green background */
    position: relative;
}

.priority-hires .container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 clamp(20px, 5vw, 40px);
    box-sizing: border-box;
}

/* ============================================
   2. SECTION HEADER
============================================ */
.priority-hires .section-header {
    text-align: center;
    margin-bottom: 50px;
}

.priority-hires .section-tag {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 20px;
}

.priority-hires .section-tag hr {
    width: 50px;
    height: 3px;
    background: #c084fc;
    border: none;
    border-radius: 3px;
}

.priority-hires .section-tag h5 {
    color: #c084fc;
    font-size: clamp(0.8rem, 3vw, 0.9rem);
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 0;
}

.priority-hires .section-header h2 {
    font-size: clamp(1.8rem, 5vw, 2.5rem);
    font-weight: 700;
    color: #e2d6f0;
    margin-bottom: 16px;
    letter-spacing: -0.02em;
}

.priority-hires .section-header p {
    font-size: clamp(0.9rem, 2.5vw, 1.1rem);
    color: #d1e0d6;
    line-height: 1.6;
    max-width: 650px;
    margin: 0 auto;
}

/* ============================================
   3. HIRES GRID
============================================ */
.priority-hires .hires-grid {
    display: flex;
    justify-content: center;
    max-width: 800px;
    margin: 0 auto;
}

/* Featured Card */
.priority-hires .hire-card {
    background: rgba(30, 16, 41, 0.5);
    backdrop-filter: blur(10px);
    border-radius: 28px;
    padding: 40px;
    border: 1px solid rgba(192, 132, 252, 0.3);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    width: 100%;
}

.priority-hires .hire-card:hover {
    transform: translateY(-5px);
    border-color: #4ade80;
    background: rgba(30, 16, 41, 0.7);
    box-shadow: 0 20px 40px rgba(74, 222, 128, 0.1);
}

/* Priority Badge */
.priority-hires .hire-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: linear-gradient(135deg, #4ade80, #22c55e);
    color: #0a1f1a;
    padding: 6px 16px;
    border-radius: 40px;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 1px;
}

/* Icon */
.priority-hires .hire-icon {
    font-size: 3rem;
    background: linear-gradient(135deg, #c084fc, #4ade80);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 20px;
    display: inline-block;
}

/* Title */
.priority-hires .hire-card h3 {
    font-size: 1.6rem;
    font-weight: 700;
    color: #e2d6f0;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
}

/* Meta Info */
.priority-hires .hire-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(192, 132, 252, 0.2);
}

.priority-hires .meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    color: #b8c4bc;
}

.priority-hires .meta-item i {
    color: #4ade80;
    width: 18px;
}

/* Description */
.priority-hires .hire-description {
    margin-bottom: 24px;
}

.priority-hires .hire-description p {
    font-size: 0.95rem;
    color: #d1e0d6;
    line-height: 1.6;
}

/* Details Section */
.priority-hires .hire-details {
    margin-bottom: 24px;
}

.priority-hires .hire-details h4,
.priority-hires .hire-skills h4 {
    font-size: 0.85rem;
    font-weight: 700;
    color: #c084fc;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.priority-hires .hire-details ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.priority-hires .hire-details li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.85rem;
    color: #d1e0d6;
    padding: 6px 0;
}

.priority-hires .hire-details li i {
    color: #4ade80;
    font-size: 0.75rem;
    width: 18px;
}

/* Skills Tags */
.priority-hires .hire-skills {
    margin-bottom: 28px;
}

.priority-hires .skills-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.priority-hires .skills-tags span {
    background: rgba(10, 31, 26, 0.6);
    padding: 6px 16px;
    border-radius: 40px;
    font-size: 0.8rem;
    font-weight: 500;
    color: #d1e0d6;
    border: 1px solid rgba(74, 222, 128, 0.25);
    transition: all 0.3s ease;
}

.priority-hires .skills-tags span:hover {
    border-color: #c084fc;
    color: #c084fc;
    transform: translateY(-2px);
}

/* Footer / CTA */
.priority-hires .hire-footer {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid rgba(192, 132, 252, 0.2);
}

.priority-hires .hire-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #c084fc, #4ade80);
    color: #0a1f1a;
    padding: 12px 32px;
    border-radius: 40px;
    font-weight: 700;
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.priority-hires .hire-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(192, 132, 252, 0.3);
}

.priority-hires .hire-note {
    font-size: 0.7rem;
    color: #b8c4bc;
    margin-top: 16px;
}

/* ============================================
   4. RESPONSIVE BREAKPOINTS
============================================ */

/* Tablet (≤ 900px) */
@media (max-width: 900px) {
    .priority-hires {
        padding: 60px 0;
    }
    
    .priority-hires .hire-card {
        padding: 30px;
    }
    
    .priority-hires .hire-card h3 {
        font-size: 1.4rem;
    }
    
    .priority-hires .hire-details ul {
        grid-template-columns: 1fr;
    }
}

/* Mobile (≤ 768px) */
@media (max-width: 768px) {
    .priority-hires .section-header {
        margin-bottom: 40px;
    }
    
    .priority-hires .hire-card {
        padding: 24px;
    }
    
    .priority-hires .hire-icon {
        font-size: 2.5rem;
    }
    
    .priority-hires .hire-card h3 {
        font-size: 1.3rem;
    }
    
    .priority-hires .hire-meta {
        flex-direction: column;
        gap: 10px;
    }
    
    .priority-hires .hire-badge {
        top: 16px;
        right: 16px;
        font-size: 0.65rem;
        padding: 4px 12px;
    }
}

/* Small phones (≤ 480px) */
@media (max-width: 480px) {
    .priority-hires {
        padding: 40px 0;
    }
    
    .priority-hires .hire-card {
        padding: 20px;
    }
    
    .priority-hires .hire-icon {
        font-size: 2rem;
    }
    
    .priority-hires .hire-card h3 {
        font-size: 1.2rem;
    }
    
    .priority-hires .hire-details li {
        font-size: 0.8rem;
    }
    
    .priority-hires .skills-tags span {
        font-size: 0.7rem;
        padding: 4px 12px;
    }
    
    .priority-hires .hire-cta {
        padding: 10px 24px;
        font-size: 0.85rem;
    }
}