/* Careers Page Specific Styles */

.nav-link.active {
    color: #000000;
    font-weight: 600;
}

/* Careers Hero */
.careers-hero {
    padding: 120px 0 40px;
    background: #ffffff;
    border-bottom: 1px solid #e0e0e0;
}

.careers-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    color: #000000;
    text-align: center;
    margin-bottom: 40px;
}

.company-intro {
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
}

.company-intro h3 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #000000;
    margin-bottom: 20px;
}

.company-intro p {
    color: #333333;
    line-height: 1.7;
    margin-bottom: 15px;
}

.careers-subtitle {
    font-size: 1.3rem;
    color: #a0a0a0;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Why Join Section */
.why-join {
    background: #0a0a0a;
    padding: 80px 0;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 60px;
}

.benefit-card {
    text-align: center;
    padding: 40px 30px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    transition: all 0.3s ease;
}

.benefit-card:hover {
    background: rgba(255, 255, 255, 0.04);
    transform: translateY(-5px);
    border-color: rgba(102, 126, 234, 0.3);
}

.benefit-icon {
    font-size: 3rem;
    margin-bottom: 20px;
}

.benefit-card h3 {
    font-size: 1.3rem;
    margin-bottom: 15px;
    color: #ffffff;
}

.benefit-card p {
    color: #a0a0a0;
    line-height: 1.6;
}

/* Open Positions */
.open-positions {
    background: #ffffff;
    padding: 60px 0;
}

.jobs-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 60px;
}

.job-card {
    background: #f8f8f8;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 20px;
}

.job-summary {
    padding: 30px;
    padding-right: 70px;
    cursor: pointer;
    position: relative;
}

.job-summary:hover {
    background: #f0f0f0;
}

.expand-icon {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    color: #666666;
    font-weight: 300;
}

.job-details {
    padding: 0 30px 30px 30px;
    border-top: 1px solid #e0e0e0;
}

.job-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.job-title {
    font-size: 1.6rem;
    font-weight: 600;
    color: #000000;
}

.job-compensation {
    color: #666666;
    font-size: 1rem;
}

.job-location {
    color: #666666;
    font-size: 0.95rem;
    margin-bottom: 25px;
}

.job-description {
    margin-bottom: 30px;
}

.job-section {
    margin-bottom: 25px;
}

.job-section h4 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #000000;
    margin-bottom: 12px;
}

.job-section p {
    color: #333333;
    line-height: 1.7;
    margin-bottom: 12px;
}

.job-section ul {
    list-style: disc;
    padding-left: 25px;
}

.job-section li {
    color: #333333;
    margin-bottom: 8px;
    line-height: 1.6;
}

.job-requirements h4 {
    font-size: 1.2rem;
    margin-bottom: 15px;
    color: #ffffff;
}

.job-requirements ul {
    list-style: none;
    padding: 0;
}

.job-requirements li {
    color: #a0a0a0;
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
    line-height: 1.6;
}

.job-requirements li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #667eea;
}

.job-apply-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 24px;
    background: #000000;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 500;
    font-size: 0.95rem;
}

.job-apply-btn:hover {
    background: #333333;
}

.other-roles {
    text-align: center;
    margin-top: 60px;
    padding: 60px;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.other-roles h3 {
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.other-roles p {
    color: #a0a0a0;
    margin-bottom: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

/* Culture Section */
.culture-section {
    background: #0a0a0a;
    padding: 80px 0;
}

.culture-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    margin-top: 60px;
}

.culture-text h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    color: #ffffff;
}

.culture-text h4 {
    font-size: 1.3rem;
    margin-top: 30px;
    margin-bottom: 20px;
    color: #ffffff;
}

.culture-text p {
    color: #a0a0a0;
    line-height: 1.7;
    margin-bottom: 20px;
}

.culture-benefits {
    list-style: none;
    padding: 0;
}

.culture-benefits li {
    color: #d0d0d0;
    margin-bottom: 12px;
    padding-left: 25px;
    position: relative;
}

.culture-benefits li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #667eea;
    font-weight: bold;
}

.culture-values h3 {
    font-size: 1.8rem;
    margin-bottom: 30px;
    color: #ffffff;
}

.value-item {
    margin-bottom: 30px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.02);
    border-left: 3px solid #667eea;
    border-radius: 8px;
}

.value-item h4 {
    font-size: 1.2rem;
    margin-bottom: 8px;
    color: #ffffff;
}

.value-item p {
    color: #a0a0a0;
    font-size: 0.95rem;
}

/* Application Process */
.application-process {
    background: #0f0f0f;
    padding: 80px 0;
}

.process-steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
    flex-wrap: wrap;
    gap: 20px;
}

.process-step {
    flex: 1;
    min-width: 150px;
    text-align: center;
    padding: 20px;
}

.step-number {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0 auto 20px;
}

.process-step h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: #ffffff;
}

.process-step p {
    color: #a0a0a0;
    font-size: 0.9rem;
    line-height: 1.5;
}

.process-arrow {
    color: #667eea;
    font-size: 2rem;
    flex-shrink: 0;
}

/* Careers CTA */
.careers-cta {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
    padding: 80px 0;
    text-align: center;
}

.careers-cta h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    margin-bottom: 20px;
}

.careers-cta p {
    font-size: 1.2rem;
    color: #a0a0a0;
    margin-bottom: 40px;
}

/* Responsive Design for Careers Page */
@media (max-width: 1024px) {
    .culture-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .careers-hero {
        padding: 120px 20px 60px;
    }
    
    .job-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .job-card {
        padding: 30px 25px;
    }
    
    .benefits-grid {
        grid-template-columns: 1fr;
    }
    
    .process-steps {
        flex-direction: column;
    }
    
    .process-arrow {
        transform: rotate(90deg);
    }
    
    .process-step {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .careers-title {
        font-size: 2rem;
    }
    
    .careers-subtitle {
        font-size: 1.1rem;
    }
    
    .job-title {
        font-size: 1.4rem;
    }
    
    .job-card {
        padding: 25px 20px;
    }
    
    .other-roles {
        padding: 40px 20px;
    }
}