.career-form{max-width:500px;margin:60px auto;padding:30px;background:#f9f9f9;border-radius:12px;box-shadow:0 0 15px rgba(0,0,0,.1)}.career-form h2{text-align:center;margin-bottom:25px;font-size:24px;color:#333}.career-form form{max-width:500px;margin:60px auto;display:flex;flex-direction:column;gap:15px}.career-form label{margin-bottom:8px;font-weight:500;color:#444}.career-form input,.career-form textarea{padding:12px 15px;border:1px solid #ccc;border-radius:8px;font-size:16px;width:100%;box-sizing:border-box}.career-form button{padding:12px;background-color:var(--primary);color:white;border:none;border-radius:8px;font-size:16px;cursor:pointer;transition:all .3s ease}.career-form button:hover{background-color:var(--primary-dark)}.form-message{padding:12px;margin:15px 0;border-radius:4px;text-align:center}.form-message.success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.form-message.error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}button:disabled{opacity:.7;cursor:not-allowed}