/* ═══════════════════════════════════════════════════════════════════════════
   CAREERS PAGE STYLES
   Styles specific to the Careers page
   ═══════════════════════════════════════════════════════════════════════════ */

/* ═══════════════════════════════════════════════════════════════════════════
   CAREERS CONTENT
   ═══════════════════════════════════════════════════════════════════════════ */
.careers-content {
    padding: 4rem 0;
}

.careers-content h2 {
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.careers-content p {
    color: var(--text-secondary);
    line-height: 1.8;
}

/* Values Section */
#values {
    background: var(--bg-secondary);
}

/* ═══════════════════════════════════════════════════════════════════════════
   RESPONSIVE DESIGN - CAREERS PAGE
   ═══════════════════════════════════════════════════════════════════════════ */
@media (max-width: 768px) {
    .careers-content {
        padding: 3rem 0;
    }

    .careers-content .mission-box {
        margin-bottom: 2rem;
    }
}
