/* ============================================================
   MUSEN PLUS Sensor — careers.css
   Careers / Recruitment Page
   ============================================================ */

#festive-stage { display: none !important; }

/* ======== HERO ======== */
.cr-hero {
    position: relative; padding: 120px 24px 80px;
    text-align: center; overflow: hidden;
}
.cr-hero-bg {
    position: absolute; inset: 0;
    background: linear-gradient(135deg, #0a0e27, #1a0e3e, #0f2847);
    z-index: 0;
}
.cr-hero-content {
    position: relative; z-index: 2; max-width: 700px; margin: 0 auto; color: white;
}
.cr-hero-content h1 {
    font-size: clamp(2rem, 5vw, 3.2rem);
    font-weight: 900; margin-bottom: 16px; letter-spacing: -0.02em;
}
.cr-hero-content p { font-size: 1.1rem; color: rgba(255,255,255,0.5); line-height: 1.7; }

/* ======== SHARED ======== */
.cr-container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.cr-tag {
    display: inline-block;
    background: linear-gradient(135deg, rgba(168,85,247,0.1), rgba(59,130,246,0.1));
    border: 1px solid rgba(168,85,247,0.2);
    color: #a855f7; font-size: 12px; font-weight: 700;
    text-transform: uppercase; letter-spacing: 1.5px;
    padding: 6px 16px; border-radius: 50px; margin-bottom: 16px;
}
.cr-section-header { text-align: center; margin-bottom: 50px; }
.cr-section-header.light h2 { color: white; }
.cr-section-header.light .cr-tag { background: rgba(255,255,255,0.05); border-color: rgba(255,255,255,0.1); color: #c084fc; }
.cr-section-header h2 { font-size: 2.2rem; font-weight: 800; color: #0f172a; margin-bottom: 8px; }

/* ======== WHY JOIN ======== */
.cr-why { padding: 90px 24px; background: #fff; }
.cr-why-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.cr-why-card {
    padding: 28px 22px; border-radius: 16px; text-align: center;
    border: 1px solid #f1f5f9; background: #fafbfc; transition: all 0.3s;
}
.cr-why-card:hover { transform: translateY(-6px); box-shadow: 0 16px 40px rgba(0,0,0,0.06); border-color: transparent; }
.cr-why-icon {
    width: 52px; height: 52px; border-radius: 14px;
    background: linear-gradient(135deg, #faf5ff, #eff6ff);
    display: flex; align-items: center; justify-content: center;
    font-size: 20px; color: #a855f7; margin: 0 auto 14px; transition: transform 0.3s;
}
.cr-why-card:hover .cr-why-icon { transform: scale(1.1) rotate(5deg); }
.cr-why-card h4 { font-size: 0.95rem; font-weight: 700; color: #0f172a; margin-bottom: 6px; }
.cr-why-card p { font-size: 0.83rem; color: #64748b; line-height: 1.55; }

/* ======== POSITIONS ======== */
.cr-positions { padding: 90px 24px; background: linear-gradient(135deg, #0a0e27, #0f2847); }
.cr-pos-grid {
    display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px;
}
.cr-job-card {
    background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06);
    border-radius: 16px; padding: 28px; transition: all 0.3s;
}
.cr-job-card:hover { background: rgba(255,255,255,0.06); transform: translateY(-4px); border-color: rgba(168,85,247,0.15); }
.cr-job-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
.cr-job-dept {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 4px 12px; border-radius: 50px; font-size: 11px; font-weight: 700;
}
.cr-job-dept.green { background: rgba(34,197,94,0.1); color: #22c55e; }
.cr-job-dept.blue { background: rgba(59,130,246,0.1); color: #3b82f6; }
.cr-job-dept.purple { background: rgba(168,85,247,0.1); color: #a855f7; }
.cr-job-dept.orange { background: rgba(245,158,11,0.1); color: #f59e0b; }
.cr-job-dept.teal { background: rgba(20,184,166,0.1); color: #14b8a6; }
.cr-job-dept.red { background: rgba(239,68,68,0.1); color: #ef4444; }
.cr-job-type { font-size: 11px; color: rgba(255,255,255,0.35); font-weight: 500; }
.cr-job-card h3 { font-size: 1.1rem; font-weight: 700; color: white; margin-bottom: 8px; }
.cr-job-card > p { font-size: 0.83rem; color: rgba(255,255,255,0.4); line-height: 1.55; margin-bottom: 12px; }
.cr-job-meta {
    display: flex; gap: 16px; margin-bottom: 16px;
    font-size: 12px; color: rgba(255,255,255,0.3);
}
.cr-job-meta i { margin-right: 4px; }
.cr-job-apply {
    display: inline-flex; align-items: center; gap: 4px;
    color: #a855f7; font-size: 13px; font-weight: 600;
    text-decoration: none; transition: all 0.3s;
    padding: 8px 18px; border-radius: 8px;
    border: 1px solid rgba(168,85,247,0.2);
}
.cr-job-apply:hover { background: rgba(168,85,247,0.1); border-color: rgba(168,85,247,0.4); }

/* ======== PROCESS ======== */
.cr-process { padding: 80px 24px; background: #fff; }
.cr-process-grid { display: flex; align-items: center; justify-content: center; max-width: 900px; margin: 0 auto; }
.cr-process-step { flex: 1; text-align: center; padding: 16px; }
.cr-ps-num {
    width: 44px; height: 44px; border-radius: 50%;
    background: linear-gradient(135deg, #a855f7, #7c3aed);
    color: white; font-size: 16px; font-weight: 800;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 12px;
}
.cr-process-step h4 { font-size: 0.9rem; font-weight: 700; color: #0f172a; margin-bottom: 4px; }
.cr-process-step p { font-size: 0.78rem; color: #64748b; }
.cr-process-arrow { color: #d6d3d1; font-size: 14px; padding: 0 8px; }

/* ======== CTA ======== */
.cr-cta {
    padding: 80px 24px; text-align: center;
    background: linear-gradient(135deg, #0a0e27, #1a0e3e);
}
.cr-cta-icon {
    width: 64px; height: 64px; border-radius: 18px;
    background: linear-gradient(135deg, rgba(168,85,247,0.15), rgba(59,130,246,0.1));
    border: 1px solid rgba(168,85,247,0.2);
    display: flex; align-items: center; justify-content: center;
    font-size: 24px; color: #c084fc; margin: 0 auto 24px;
}
.cr-cta h2 { font-size: 2rem; font-weight: 800; color: white; margin-bottom: 14px; }
.cr-cta p { font-size: 1rem; color: rgba(255,255,255,0.45); margin-bottom: 28px; max-width: 520px; margin-left: auto; margin-right: auto; }
.cr-btn-primary {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 14px 32px; border-radius: 12px;
    background: linear-gradient(135deg, #a855f7, #7c3aed);
    color: white; font-weight: 700; font-size: 15px;
    text-decoration: none; transition: all 0.3s;
    box-shadow: 0 4px 20px rgba(168,85,247,0.3);
}
.cr-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(168,85,247,0.4); }

/* ======== RESPONSIVE ======== */
@media (max-width: 1024px) {
    .cr-why-grid { grid-template-columns: repeat(2, 1fr); }
    .cr-pos-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
    .cr-hero { padding: 80px 20px 50px; }
    .cr-why-grid { grid-template-columns: 1fr; }
    .cr-process-grid { flex-direction: column; }
    .cr-process-arrow { transform: rotate(90deg); padding: 8px 0; }
    .cr-why, .cr-positions, .cr-process, .cr-cta { padding: 60px 20px; }
}
