/* Careers Page Styles */
.careers-page {
    background:
    radial-gradient(
        600px circle at 10% 20%,
        rgba(56, 189, 248, 0.12),
        transparent 40%
    ),
    radial-gradient(
        500px circle at 90% 80%,
        rgba(99, 102, 241, 0.15),
        transparent 45%
    ),
    linear-gradient(
        180deg,
        rgba(2, 6, 23, 0.95) 0%,
        rgba(2, 6, 23, 0.85) 20%,
        rgba(15, 23, 42, 1) 100%
    ),
    url("../assets/services_bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    padding: 100px 5% 60px;
    color: #e6ebf2;
}

.careers-container {
    max-width: 1200px;
    margin: 0 auto;
}

.careers-header {
    text-align: center;
    margin-bottom: 60px;
}

.careers-header h1 {
    font-size: 2.8rem;
    margin-bottom: 1rem;
}

.careers-header p {
    font-size: 1.1rem;
    color: #94a3b8;
    max-width: 600px;
    margin: 0 auto;
}

.careers-hero {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    margin-bottom: 80px;
    align-items: center;
}

.hero-content h2 {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
}

.hero-content p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #cbd5e1;
    margin-bottom: 2rem;
}

.hero-stats {
    display: flex;
    gap: 30px;
    margin-top: 2rem;
}

.stat-item {
    text-align: center;
}

.stat-number {
    display: block;
    font-size: 2.5rem;
    font-weight: 700;
    color: #38bdf8;
    margin-bottom: 0.2rem;
}

.stat-label {
    font-size: 0.9rem;
    color: #94a3b8;
}

.hero-image img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
}

.benefits-section {
    margin-bottom: 80px;
}

.benefits-section h2 {
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 4rem;
}

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

.benefit-card {
    background: rgba(15, 23, 42, 0.6);
    border-radius: 16px;
    padding: 2rem;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: transform 0.3s ease;
}

.benefit-card:hover {
    transform: translateY(-5px);
}

.benefit-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(56, 189, 248, 0.1);
    border-radius: 12px;
    margin-bottom: 1.5rem;
    color: #38bdf8;
    font-size: 1.5rem;
}

.benefit-card h3 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color: #e6ebf2;
}

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

.openings-section {
    margin-bottom: 80px;
}

.openings-section h2 {
    font-size: 2.2rem;
    margin-bottom: 3rem;
}

.job-listings {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.job-card {
    background: rgba(15, 23, 42, 0.6);
    border-radius: 16px;
    padding: 2rem;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: transform 0.3s ease;
}

.job-card:hover {
    transform: translateY(-3px);
}

.job-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
    flex-wrap: wrap;
    gap: 10px;
}

.job-header h3 {
    font-size: 1.4rem;
    margin: 0;
    color: #e6ebf2;
}

.job-location {
    background: rgba(56, 189, 248, 0.1);
    color: #38bdf8;
    padding: 0.4rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
}

.job-card p {
    color: #cbd5e1;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.job-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 1.5rem;
}

.tag {
    background: rgba(255, 255, 255, 0.1);
    color: #cbd5e1;
    padding: 0.3rem 0.8rem;
    border-radius: 12px;
    font-size: 0.8rem;
}

.apply-btn {
    display: inline-block;
    padding: 0.8rem 1.8rem;
    background: linear-gradient(135deg, #38bdf8, #6366f1);
    color: #020617;
    text-decoration: none;
    font-weight: 600;
    border-radius: 30px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(56, 189, 248, 0.3);
}

.apply-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(56, 189, 248, 0.5);
}

.application-process {
    margin-bottom: 60px;
}

.application-process h2 {
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 4rem;
}

.process-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.step {
    text-align: center;
    padding: 2rem;
}

.step-number {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #38bdf8, #6366f1);
    color: #020617;
    border-radius: 50%;
    margin: 0 auto 1.5rem;
    font-weight: 700;
    font-size: 1.2rem;
}

.step h3 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color: #e6ebf2;
}

.step p {
    color: #cbd5e1;
    line-height: 1.6;
}