.career-intro{background:#fff}.section-title{font-size:36px;font-weight:700;color:#1a365d;margin-bottom:20px}.section-title span{color:#2c5282}.section-desc{font-size:16px;color:#4a5568;line-height:1.8;margin-bottom:30px}.section-subtitle{font-size:16px;color:#718096}.career-stats{display:flex;gap:40px;flex-wrap:wrap}.stat-item{display:flex;flex-direction:column}.stat-number{font-size:42px;font-weight:700;color:#2c5282;line-height:1}.stat-label{font-size:14px;color:#718096;margin-top:5px}.benefits-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;gap:20px}.benefit-card{background:#f8fafc;padding:25px;border-radius:12px;border:1px solid #e2e8f0;transition:all .3s ease}.benefit-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.1);border-color:#2c5282}.benefit-icon{width:50px;height:50px;background:linear-gradient(135deg,#1a365d,#2c5282);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:15px}.benefit-icon i{font-size:24px;color:#fff}.benefit-card h4{font-size:18px;font-weight:600;color:#1a365d;margin-bottom:8px}.benefit-card p{font-size:14px;color:#718096;margin:0;line-height:1.5}.open-positions{background:#f8fafc}.positions-list{display:flex;flex-direction:column;gap:15px}.position-card{background:#fff;padding:25px 30px;border-radius:12px;display:flex;justify-content:space-between;align-items:center;border:1px solid #e2e8f0;transition:all .3s ease}.position-card:hover{box-shadow:0 5px 20px rgba(0,0,0,.08);border-color:#2c5282}.position-info h4{font-size:18px;font-weight:600;color:#1a365d;margin-bottom:8px}.position-info p{font-size:14px;color:#718096;margin-bottom:12px}.position-tags{display:flex;gap:15px;flex-wrap:wrap}.position-tags .tag{font-size:13px;color:#4a5568}.position-tags .tag i{margin-right:5px;color:#2c5282}.apply-link{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#1a365d,#2c5282);color:#fff!important;padding:12px 24px;border-radius:8px;text-decoration:none;font-weight:500;transition:all .3s ease;white-space:nowrap}.apply-link:hover{transform:translateX(5px);color:#fff!important;box-shadow:0 5px 15px rgba(44,82,130,.3)}@media (max-width:992px){.section-title{font-size:28px}.career-stats{gap:30px}.stat-number{font-size:32px}}@media (max-width:768px){.benefits-grid{grid-template-columns:1fr}.position-card{flex-direction:column;align-items:flex-start;gap:20px}.apply-link{width:100%;justify-content:center}.career-stats{justify-content:space-between}}.career-form-section{padding:60px 0;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.career-form-container{max-width:800px;margin:0 auto;background:#fff;border-radius:20px;box-shadow:0 10px 40px rgba(0,0,0,.1);overflow:hidden}.career-form-header{background:linear-gradient(135deg,#1a365d,#2c5282);padding:40px;text-align:center;color:#fff!important}.career-icon{width:80px;height:80px;background:hsla(0,0%,100%,.15);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;font-size:36px}.career-form-header h2{font-size:32px;margin-bottom:10px;font-weight:700;color:#fff!important}.career-form-header p{font-size:16px;margin:0;color:#fff!important}.career-form{padding:40px}.career-form .form-row{display:flex;gap:20px;margin-bottom:25px}.career-form .form-group{flex:1 1}.career-form .form-group.full-width{flex:1 1 100%}.career-form .form-group label{display:block;margin-bottom:8px;font-weight:600;color:#1a365d;font-size:14px}.career-form .form-group label i{margin-right:8px;color:#2c5282}.career-form .career-input,.career-form .career-textarea{width:100%;padding:12px 16px;border:2px solid #e2e8f0;border-radius:10px;font-size:15px;transition:all .3s ease;background:#f8fafc}.career-form .career-input:focus,.career-form .career-textarea:focus{border-color:#2c5282;background:#fff;outline:none;box-shadow:0 0 0 3px rgba(44,82,130,.1)}.career-form .career-textarea{min-height:120px;resize:vertical}.career-form .career-dropdown{width:100%;padding:12px 16px;border:2px solid #e2e8f0;border-radius:10px;font-size:15px;transition:all .3s ease;background:#f8fafc;cursor:pointer}.career-form .career-dropdown:focus{border-color:#2c5282;background:#fff;outline:none;box-shadow:0 0 0 3px rgba(44,82,130,.1)}.file-upload-wrapper{position:relative}.file-input{position:absolute;width:100%;height:100%;opacity:0;cursor:pointer;z-index:2}.file-upload-label{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:30px;border:2px dashed #cbd5e0;border-radius:12px;background:#f8fafc;cursor:pointer;transition:all .3s ease}.file-upload-label:hover{border-color:#2c5282;background:#edf2f7}.file-upload-label i{font-size:32px;color:#2c5282;margin-bottom:10px}.file-upload-label span{color:#4a5568;font-size:14px}.form-submit{text-align:center;margin-top:30px}.career-submit-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:linear-gradient(135deg,#1a365d,#2c5282);color:#fff;padding:15px 40px;border:none;border-radius:10px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;min-width:200px}.career-submit-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(44,82,130,.35)}.career-submit-btn.submitting{opacity:.8;cursor:not-allowed}.spinner{display:inline-block;width:16px;height:16px;border-radius:50%;border:2px solid #fff;border-top-color:transparent;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}@media (max-width:768px){.career-form .form-row{flex-direction:column;gap:15px}.career-form{padding:25px}.career-form-header{padding:30px 20px}.career-form-header h2{font-size:24px}}