/* =========================
   WHY-JOIN.CSS – FULLY RESPONSIVE
   Green background, 4-column grid (stacks on mobile)
   Includes merged Skills We Value & Culture & Values sections (no duplication)
========================= */

/* ============================================
   1. BASE SECTION STYLES
============================================ */
.why-join {
    width: 100%;
    padding: 80px 0;
    background: #0a1f1a;
}

.why-join .container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 clamp(20px, 5vw, 40px);
    box-sizing: border-box;
}

/* ============================================
   2. SECTION HEADER
============================================ */
.why-join .section-header {
    text-align: center;
    margin-bottom: 50px;
}

.why-join .section-tag {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 20px;
}

.why-join .section-tag hr {
    width: 50px;
    height: 3px;
    background: #c084fc;
    border: none;
    border-radius: 3px;
}

.why-join .section-tag h5 {
    color: #c084fc;
    font-size: clamp(0.8rem, 3vw, 0.9rem);
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 0;
}

.why-join .section-header h2 {
    font-size: clamp(1.8rem, 5vw, 2.5rem);
    font-weight: 700;
    color: #e2d6f0;
    margin-bottom: 16px;
    letter-spacing: -0.02em;
}

.why-join .section-header p {
    font-size: clamp(0.9rem, 2.5vw, 1rem);
    color: #d1e0d6;
    line-height: 1.6;
    max-width: 650px;
    margin: 0 auto;
}

/* ============================================
   3. BENEFITS GRID
============================================ */
.why-join .benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 60px;
}

.why-join .benefit-card {
    background: rgba(30, 16, 41, 0.5);
    backdrop-filter: blur(4px);
    border-radius: 20px;
    padding: 32px 24px;
    text-align: center;
    border: 1px solid rgba(192, 132, 252, 0.25);
    transition: all 0.3s ease;
}

.why-join .benefit-card:hover {
    transform: translateY(-5px);
    border-color: #4ade80;
    background: rgba(30, 16, 41, 0.7);
    box-shadow: 0 10px 20px rgba(74, 222, 128, 0.1);
}

.why-join .benefit-icon {
    font-size: 2.5rem;
    background: linear-gradient(135deg, #4ade80, #c084fc);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 20px;
    display: inline-block;
}

.why-join .benefit-card h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #e2d6f0;
    margin-bottom: 12px;
}

.why-join .benefit-card p {
    font-size: 0.9rem;
    color: #d1e0d6;
    line-height: 1.5;
    margin: 0;
}

/* ============================================
   4. SKILLS VALUED SECTION
============================================ */
.why-join .skills-valued {
    margin-top: 40px;
    margin-bottom: 60px;
    padding-top: 20px;
    border-top: 1px solid rgba(192, 132, 252, 0.2);
}

.why-join .skills-valued-header {
    text-align: center;
    margin-bottom: 40px;
}

.why-join .skills-valued-header i {
    font-size: 2rem;
    color: #4ade80;
    margin-bottom: 12px;
    display: inline-block;
}

.why-join .skills-valued-header h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #e2d6f0;
    margin-bottom: 8px;
}

.why-join .skills-valued-header p {
    font-size: 0.9rem;
    color: #d1e0d6;
    margin: 0;
}

.why-join .skills-valued-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.why-join .skill-item {
    text-align: center;
    padding: 16px;
    transition: all 0.3s ease;
}

.why-join .skill-item:hover {
    transform: translateY(-3px);
}

.why-join .skill-item i {
    font-size: 1.8rem;
    color: #c084fc;
    margin-bottom: 12px;
    display: inline-block;
}

.why-join .skill-item span {
    display: block;
    font-size: 1rem;
    font-weight: 600;
    color: #e2d6f0;
    margin-bottom: 8px;
}

.why-join .skill-item p {
    font-size: 0.8rem;
    color: #b8c4bc;
    margin: 0;
    line-height: 1.4;
}

/* ============================================
   5. CULTURE & VALUES SECTION
============================================ */
.why-join .culture-values {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid rgba(192, 132, 252, 0.2);
}

.why-join .culture-values-header {
    text-align: center;
    margin-bottom: 40px;
}

.why-join .culture-values-header i {
    font-size: 2rem;
    color: #4ade80;
    margin-bottom: 12px;
    display: inline-block;
}

.why-join .culture-values-header h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #e2d6f0;
    margin-bottom: 8px;
}

.why-join .culture-values-header p {
    font-size: 0.9rem;
    color: #d1e0d6;
    margin: 0;
}

.why-join .culture-values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.why-join .culture-item {
    text-align: center;
    padding: 16px;
    transition: all 0.3s ease;
}

.why-join .culture-item:hover {
    transform: translateY(-3px);
}

.why-join .culture-item i {
    font-size: 1.8rem;
    color: #c084fc;
    margin-bottom: 12px;
    display: inline-block;
}

.why-join .culture-item span {
    display: block;
    font-size: 1rem;
    font-weight: 600;
    color: #e2d6f0;
    margin-bottom: 8px;
}

.why-join .culture-item p {
    font-size: 0.8rem;
    color: #b8c4bc;
    margin: 0;
    line-height: 1.4;
}

/* ============================================
   6. RESPONSIVE BREAKPOINTS
============================================ */

/* Tablet (≤ 1024px) */
@media (max-width: 1024px) {
    .why-join .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    
    .why-join .skills-valued-grid,
    .why-join .culture-values-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
}

/* Tablet (≤ 900px) */
@media (max-width: 900px) {
    .why-join {
        padding: 60px 0;
    }
    
    .why-join .section-header {
        margin-bottom: 40px;
    }
}

/* Mobile (≤ 768px) */
@media (max-width: 768px) {
    .why-join .benefits-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .why-join .skills-valued,
    .why-join .culture-values {
        margin-top: 30px;
    }
    
    .why-join .skills-valued-grid,
    .why-join .culture-values-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .why-join .skills-valued-header h3,
    .why-join .culture-values-header h3 {
        font-size: 1.3rem;
    }
    
    .why-join .skill-item,
    .why-join .culture-item {
        display: flex;
        align-items: center;
        text-align: left;
        gap: 16px;
        padding: 12px;
    }
    
    .why-join .skill-item i,
    .why-join .culture-item i {
        margin-bottom: 0;
        font-size: 1.5rem;
    }
    
    .why-join .skill-item span,
    .why-join .culture-item span {
        margin-bottom: 4px;
    }
    
    .why-join .skill-item p,
    .why-join .culture-item p {
        font-size: 0.75rem;
    }
}

/* Small phones (≤ 480px) */
@media (max-width: 480px) {
    .why-join {
        padding: 40px 0;
    }
    
    .why-join .benefit-card {
        padding: 24px 20px;
    }
    
    .why-join .benefit-icon {
        font-size: 2rem;
    }
    
    .why-join .benefit-card h3 {
        font-size: 1.2rem;
    }
    
    .why-join .skills-valued,
    .why-join .culture-values {
        margin-top: 20px;
    }
}